th:nth-child(2) {
    text-align: center;
}

th:nth-child(3) {
    text-align: center;
}

th:nth-child(4) {
    text-align: center;
}

th:nth-child(5) {
    text-align: center;
}

td:nth-child(4n+5) {
    text-align: center;
}

td:nth-child(4n+4) {
    text-align: center;
}

td:nth-child(4n+3) {
    text-align: center;
}

td:nth-child(4n+2) {
    text-align: center;
}

tr:nth-child(even) {
    background-color: #FFFFFF;
}

tr:nth-child(odd) {
    background-color: #EEEEEE;
}

tr:nth-child(1) {
    font-weight: bold;
}

p {
    margin-top: 30px;
}

/* Überschrift anpassen */
@font-face {
    font-family: 'Agency-FB';
    src: url('http://www.live-for-fitness.de/templates/Flat_319/themes/custom/ml/agency_fb.eot');
    src: url('http://www.live-for-fitness.de/templates/Flat_319/themes/custom/ml/agency_fb.eot?#iefix') format('embedded-opentype'),
         url('http://www.live-for-fitness.de/templates/Flat_319/themes/custom/ml/agency_fb.svg#svgfont') format('svg'),
         url('http://www.live-for-fitness.de/templates/Flat_319/themes/custom/ml/agency_fb.woff') format('woff'),
         url('http://www.live-for-fitness.de/templates/Flat_319/themes/custom/ml/agency_fb.ttf') format('truetype');
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    html {
        -webkit-font-smoothing: subpixel-antialiased;
    }
}
.custom_header {
    height: 46px;
    padding-top: 10px;
    background-color: #e6e6e6;
    margin-bottom: 5px;
}
.custom_header > h3  {
    padding: 2px 0px 0px 20px;
    margin: 0px;
    width: 50%;
    text-transform: uppercase;
    color: #4f5257;
    font-family: Agency-FB;
    font-size: 23px;
    font-weight: bold;

    background: -webkit-linear-gradient(to right, white 60%, #e6e6e6 100%);
    background: -moz-linear-gradient(to right, white 60%, #e6e6e6 100%);
    background: -o-linear-gradient(to right, white 60%, #e6e6e6 100%);
    background: linear-gradient(to right, white 60%, #e6e6e6 100%);
}

/* "Kopierschutz" für Firefox (und andere Browser) */
body {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Responsive Table */
.table-container table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
}
.table-container table th,
.table-container table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    padding: 0;
}
.table-container th:nth-child(1),
.table-container td:nth-child(1) {
    width: 200px;
    text-align: left;
    white-space: normal;
}
.table-container table tr:nth-child(1) {
    background-color: #CCC;
}

.table-container > .fixed-column {
    position:absolute;
    background:#FFF;
    min-width:0;
    border:0;
    text-align: left;
    display: none;
}

@media only screen and (max-width: 499px) {
    .table-container {
        overflow-y: auto;
    }
    .table-container table {
        min-width:490px;
        font-size:.9166em;
        table-layout: fixed;
    }
    .table-container table tr {
        height: 46px;
    }
    .table-container td:nth-child(1) {
        width: 120px;
    }

    .table-container > .fixed-column {
        width: 120px;
        position: absolute;
        display: inline-block;
        background:#FFF;
        min-width:0;
        border:0;
    }

    .custom_header {
        height: 34px;
    }
    .custom_header > h3  {
        width: 90%;
        font-size: 20px;
    }
}

/* DropDown */
div.dropdownSelect {
    cursor: pointer;
    margin-bottom: 5px;
}
span.dropdownArrow {
    position: absolute;
    margin-left: 5px;
}
div.dropdownContent {
    display: none;
}
.ui-icon {
    background: #666;
    background: rgba(0,0,0,.4);
    background-image: url(../images/icons-18-white.png);
    background-repeat: no-repeat;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    width: 18px;
    height: 18px;
}
.ui-icon-shadow {
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.4);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.4);
    box-shadow: 0 1px 0 rgba(255,255,255,.4);
}
.ui-icon-plus {
    background-position: 	-1px -1px;
}
.ui-icon-minus {
    background-position: 	-37px -1px;
}
