body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fbfbfb;
}
h1 {
    text-align: center;
}
.highest {
    color: #ffffff;
    font-weight: bold;
}
.container {
    width: 100%;
}
.container-fluid {
    margin: 0 auto;
    background-color: #fbfbfb;
    min-height: 936px;
    padding: 0;
}
.panel-default {
    background-color: #f3f3f3;
}
.clear {
    float: none;
    clear: both;
}
.center {
    text-align: center;
}
header {
    padding: 10px 0 5px;
    overflow: hidden;
}
footer {
    margin-top: 30px;
    min-height: 50px;
    background-color: #fff6d9;
}
.footer-menu h5 {
    font-weight: bold;
}
.footer-menu .float-left a {
    color: #96968c;
}
.footer-menu .float-right {
    padding-top: 20px;
    text-align: right;
}
.space-to-footer {
    height: 80px;
}
.copyright {
    text-align: center;
    padding: 10px;
    margin: 0;
}
.social-media {
    margin: 0 10px;
}
.site-title {
    margin: 40px 70px 0 70px;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.site-title .float-left,
.site-title .float-right {
    width: 45%;
    display: inline-block;
}
.site-title .float-right {
    text-align: right;
}
.main-title:hover {
    color: #fff;
    text-decoration: none;
}
#mainmenu {
    overflow: hidden;
    background-color: #11111199;
    background-image: none;
    border: none;
}
.nav>li.home-link>a {
    padding-top:5px;
}
.nav>li>a {
    padding-left: 45px;
    padding-right: 45px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.nav>li>a.active,
.nav>li>a:hover {
    color: #ffc000;
    background-color: inherit;
    background-image: none;
    text-decoration: underline;
}
.nav>li>a:focus {
    background-color: transparent;
    outline: none;
}
.tile {
    height: 240px;
}
.tile .logo {
    overflow: hidden;
}
.tile .logo img {
    width: 100%;
    max-width: 210px;
}
.tile a.marathon {
    color: #A01;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
}
.tile a:hover {
    opacity: 1;
    text-decoration: underline;
}
.tile.past {
    opacity: 0.4;
}
.tile .name, .tile .locality, .tile .date {
    width: 100%;
    white-space: nowrap;
}
.tile .name {
    font-weight: bold;
}
.tile .btn-showall {
    font-size: 12px;
    padding: 8%;
    margin: 20% 0 0 0;
}
a.news:hover,
a.news {
    color: #000;
    text-decoration: none;
}
.news-list>div {
    height: 230px;
}
.sidebar {
    float: left;
    width: 20%;
}
.header_list {
    text-align: center;
}
.section-header {
    text-align: center;
    margin: 40px 0 30px;
}
.route_info {
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 1px solid #cccccc;
    padding: 5px;
    margin: 10px;
}
table.results_list {
    margin:10px;
    width: 98%;
    border-collapse: collapse;
}
table.results_list th {
    border: 1px solid #dddddd;
}
table.results_list td {
    border: 1px solid #dddddd;
    text-align: center
}
table.results_list td.name {
    text-align: left;
}
td a.name {
    padding-left: 10px;
    display: block;
    text-decoration: none;
    color: #222222;
}

table.results_list tr:hover, td a.name:hover {
    color: #990000;
}
table.season-rank {
    max-width: 750px;
    margin: 0 auto;
}
tr.text-center th {
  text-align: center;
}
.btn-footer {
    font-weight: bold;
    padding: 3px 0;
    background-color: #000;
    color: #fff;
    width: 100px;
}
.btn-footer:hover {
    color: #ffc000;
}
.choose-category,
.choose-year {
    margin-bottom: 30px;
}
.right-panel {
    margin: 10px 10% 20px;
    text-align: right;
}
.cms-content {
    margin: 0 20px;
}
.icons-content {
    margin-top: 30px;
}
.lang-shortcut {
    font-size: 18px;
    margin: 0 5px;
}
.lang-shortcut.active {
    font-weight: bold;
}
/* forms */
.content-form {
    margin: 0 auto;
    padding: 20px;
    max-width: 900px;
}
.form-group {
    clear: both;
    overflow: hidden;
}
.form-group .control-label {
    width: 27%;
    float: left;
    margin: 8px 3% 0 0;
}
.form-group>input, .form-group>select, .form-group>textarea, .form-group>div {
    width: 70%;
    float: left;
}
.form-group>div {
    margin-left: 30%;
}
.form-group>p.btn-space,
.form-group>label {
    margin-left: 30%;
}
.form-control[type=number] {
    width: 100px;
}
.form-info {
    line-height: 2;
}
.captcha {
    vertical-align: middle;
}
.cup_form ul {
    padding: 0;
}
.cup_form li {
    list-style: none;
}
.cup_form li label {
    width: 220px;
    text-align: right;
    display: inline-block;
}
.checkbox-row input {
    margin: 0 10px 0 220px;
}
.cup_form .checkbox-row label {
    width: 400px;
}
.cup_form .send {
    text-align: center;
}
.response {
    text-align: center;
}
.message-email {
    text-align: center;
    font-size: 15px;
    line-height: 1.7;
}
.form-container {
    max-width: 500px;
}
.control-label {
    text-align: right;
}
.additional-links {
    margin: 20px;
    padding: 20px;
}
.required label:after {
    content:" *";
    color:red;
}
.red-star-label {
    vertical-align: sub;
}
.nowrap {
    white-space: nowrap;
}
.description {
    margin: 15px;
}
.tile a.runner .name {
    color: #444;
    font-weight: bold;
}
.tile a.runner .position,
.tile a.runner .points {
    color: #444;
}
.tile a.runner:hover .name,
.tile a.runner:hover .points {
    color: #000;
    text-decoration: underline;
}
.tile.winner {
    height: 170px;
}
#map-canvas {
    height: 400px;
}
.map-site #map-canvas {
    height: 880px;
}
.w80 {
    width: 80px;
}
.gray {
    background-color: #999;
}
.margin12 {
    margin: 12px;
}
.row-manage {
    margin: 20px;
}
.view-switches {
    text-align: center;
    margin: 30px;
}
.size-60 {
    width: 60px;
    height: 60px;
}
.size-112 {
    width: 112px;
}
.size-80 {
    width: 80px;
}
.col-size-200 {
    max-width: 200px;
}
.official-text {
    font-weight: bold;
    color: #006400;
}
.unofficial-text {
    font-weight: bold;
    color: #9d9d9d;
}
.sort-box {
    position: relative;
}
.sort-up {
    height: 18px;
    padding: 6px;
    position: absolute;
    top: -11px;
    background-image: url('data:image/gif;base64,R0lGODlhDwAJAIABAGhoaP///yH5BAEKAAEALAAAAAAPAAkAAAIXjB+Ai+C8nIRmTnbTa/vkzClg9ChUFRQAOw==');
    background-repeat: no-repeat;
    background-position: bottom;
}
.sort-down {
    height: 18px;
    padding: 6px;
    position: absolute;
    top: 9px;
    background-image: url('data:image/gif;base64,R0lGODlhDwAJAIABAGhoaP///yH5BAEKAAEALAAAAAAPAAkAAAIXDIKpZnCb3JGwPbuo0hhS7klX1ZFRVQAAOw==');
    background-repeat: no-repeat;
    background-position: top;
}
.sort-up:hover,
.sort-down:hover {
    background-color: #00000011;
    text-decoration: none;
}
.marathon-icon {
    height: 60px;
    width: 60px;
    margin: 3px 0;
    position: relative;
}
.sort-up-points {
    height: 10px;
    width: 60px;
    position: absolute;
    top: -11px;
    left: 0;
    background-image: url('data:image/gif;base64,R0lGODlhDwAJAIABAGhoaP///yH5BAEKAAEALAAAAAAPAAkAAAIXjB+Ai+C8nIRmTnbTa/vkzClg9ChUFRQAOw==');
    background-repeat: no-repeat;
    background-position: bottom;
}
.sort-down-points {
    height: 10px;
    width: 60px;
    position: absolute;
    top: 60px;
    left: 0;
    background-image: url('data:image/gif;base64,R0lGODlhDwAJAIABAGhoaP///yH5BAEKAAEALAAAAAAPAAkAAAIXDIKpZnCb3JGwPbuo0hhS7klX1ZFRVQAAOw==');
    background-repeat: no-repeat;
    background-position: bottom;
}
.sort-up-points:hover,
.sort-down-points:hover {
    background-color: #00000011;
    text-decoration: none;
}
table.total-results>tbody>tr>th {
    vertical-align: middle;
}
.datepicker, .timepicker {
    max-width: 250px;
}
#dropdown-nav-right {
    display: inline-block;
    background-color: #ffffffcc;
    min-width: 160px;
    text-align: right;
}
#dropdown-nav-right a,
#dropdown-nav-right a:hover {
    color: black;
    text-decoration: none;
}
.attention {
    color: #000000;
}
.large-div {
    overflow-x: scroll;
}
.championship {
    font-weight: bold;
    outline: #fff985 10px solid;
}
.cup-icon {
    height: 140px;
    padding-top: 15px;
    text-align: center;
}
.winner {
    text-align: center;
    display: inline-block;
    padding: 0 50px;
}
.row-for-winners {
    height: 500px;
    width: 2000px;
}
.col-for-winners {
    float: left;
}
.rank-col {
    float: left;
    background-color: #f6f6f6;
    margin: 0 20px;
    min-height: 586px;
}
.rank-header {
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
}
.rank-row {
    background-color: #f6f6f6;
    margin: 0 20px;
}
.position-number {
    font: 60px "Lucida Grande", Verdana, Arial, sans-serif;
    text-align: center;
    line-height: 2.2;
    margin-bottom: 38px;
}
.area1 {
    border: 1px solid #eee;
    margin: 20px 0;
}
.cancel-text {
    font: 26px "Lato Heavy", Arial, sans-serif;
    position: absolute;
    bottom: 123px;
    left: 60px;
    color: #ff0000;
    background-color: #ffffff;
}
.cancel-row {
    text-decoration: line-through;
}
.cancel-header {
    font-weight: bold;
    color: #ff0000;
    text-align: center;
    padding: 20px 0;
}
.cycle-slideshow {
    height: 0;
    z-index: -10;
}
.virtual-race {
    font-weight: bold;
    font: 28px Courier;
}
#recaptcha-captcha,
.form-group .geoposition-widget {
    margin-left: 0;
}
.geoposition-widget input[name=position_0],
.geoposition-widget input[name=position_1] {
    width: 22%;
}
div.geoposition-search {
    width: 100%;
    float: none;
    padding: 5px 0;
}
.space-for-input>input {
    margin: 100px auto;
}
input[type=number] {
    max-width: 70px;
}
input[name=base_time],
input[name=late_time] {
    max-width: 100px;
}
/* tablesorter part */
th.tablesorter-header {
    cursor: pointer;
    outline: none;
    text-align: center;
    vertical-align: middle !important;
}
.tablesorter-header-inner {
    padding-right: 20px;
    background-image: url('data:image/gif;base64,R0lGODlhDwATAIABAGhoaP///yH5BAEKAAEALAAAAAAPABMAAAIpjB+Ai+C8nIRmTnbTa/vkzClg9ChUdVLmKXZY6XrdSM9xBa/vuKceVAAAOw==');
    background-repeat: no-repeat;
    background-position: right;
}

th.tablesorter-headerAsc .tablesorter-header-inner {
    background-image: url('data:image/gif;base64,R0lGODlhDwATAIABAGhoaP///yH5BAEKAAEALAAAAAAPABMAAAIfjB+Ai+C8nIRmTnbTa/vkzClg9ChUdabqyrbuC8dvAQA7');
}

th.tablesorter-headerDesc .tablesorter-header-inner {
    background-image: url('data:image/gif;base64,R0lGODlhDwATAIABAGhoaP///yH5BAEKAAEALAAAAAAPABMAAAIfjI+py+0Po5x0gneBbjpv1R0hMopfUJJbmnQnw8JLAQA7');
}
.category-highlight {
    font-weight: bold;
}
#faq-title {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}
#faq-show-all {
    margin-bottom: 20px;
}
.faq-table,
.faq-table td,
.faq-table th {
    border: 1px solid #dddddd;
}
.faq-button {
    width: 100%;
    text-align: left;
}
.teaser, .teaser:hover {
    color: black;
    text-decoration: none;
}
.teaser h5 {
    font-size: 15px;
    font-weight: bold;
}
div.teaser-tile.col-md-3 {
    min-height: 430px;
}
.report-list {
    max-width: 900px;
    margin: auto;
}
.report-list .float-right {
    margin-right: 20px;
}
#alerts-container {
    height: 52px;
}
#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#sortable li {
    margin: 0 3px 3px 3px;
    height: 38px;
    padding: 3px;
    font-size: medium;
    line-height: 1.9;
}
#sortable li span.ui-icon {
    position: absolute;
    margin-left: -1.3em;
    margin-top: 0.3em;
}
.fit-content {
    width: fit-content;
}
.content-narrow {
    max-width: 500px;
    margin: 0 auto;
}
.account-number {
    font-weight: bold;
}
.spaced {
    padding: 0 3px;
}