body {
    font-family: Times New Roman, Arial, Helvetica, sans-serif
    }
.main-container {
    width: 560px;
    max-width: 560px;
    margin: 10px auto
    }
.title {
    text-align: center;
    width: 100%
    }
.red {
    color: #bf000f;
    font-style: italic
    }
.formula-igic {
    border: 1px solid black;
    border-top-left-radius: 10px 38px;
    border-bottom-left-radius: 10px 38px;
    border-bottom-right-radius: 10px 38px;
    border-top-right-radius: 10px 38px;
    border-top: 0;
    border-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin-top: 8px;
    width: 50px
    }
.formula-igic span {
    line-height: 26px
    }
.formula-igic span.line {
    line-height: 0;
    font-size: 1px
    }
.admin-panel {
    text-align: center
    }
.admin-panel a.img {
    margin: 10px;
    padding: 4px
    }
.table-container {
    position: relative
    }
.table-container table {
    position: relative;
    width: 560px
    }
.table-container table tbody {
    max-height: 400px;
    overflow-y: auto
    }
.table-container table tr .nombre {
    width: 240px
    }
.table-container table tr .nif {
    width: 120px
    }
.table-container table tr .localidad {
    width: 120px
    }
.table-container table tr .opciones {
    width: 90px
    }
.table-container table tbody tr:first-child td {
    border-top: 0
    }
.table-container table thead th {
    border-bottom: 1px solid #ddd
    }
.table-container table thead, .table-container table tbody {
    display: block
    }
.span6.bordered {
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px
    }
.nav.nav-tabs li {
    list-style-image: none
    }
input[class*="span"].disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s
    }