body {
    background: none !important;
}

.box {
    width: 100%;
    max-height: 600px;
    border: none;
}

.box.atosAth {
    height: 470px;
}
.atosAth #abw-root {
    background-color: #f6f6f6;
}
#asw-body #asw-datebar, #asw-body #asw-selbar, #agw-root, #abw-root {
    background-color: transparent;
    color: #333;
}

#asw-body #asw-selbar {
    border-bottom: none;
    box-shadow: none;
}

#asw-body #asw-datebar tr td:nth-child(1), #asw-body #asw-datebar tr td:nth-child(3) {
    color: #333;
}

#asw-header thead {
    background-color: transparent;
    color: #acacac;
}
#asw-header {
    border-right: none;
}

#asw-viewport {
    max-height: 530px;
}
#asw-header thead th {
    color: #999;
    text-transform: uppercase;
    font-size: 0.914em;
    line-height: 1.172em;
    padding-bottom: 10px;
}

#asw-shadow {
    display: none;
}

#asw-data tbody tr:nth-child(2n-1), #asw-data tbody tr:nth-child(2n) {
    background-color: transparent;
}

#asw-data tbody tr {
    border-bottom: 1px solid #acacac;
    min-height: 50px;
}
#asw-data tbody td {
    padding: 17px 0 16px;
    vertical-align: middle;
    text-align: left;
}

#asw-data tr:hover, #asw-data tr span:hover, #asw-data tr div:hover {
    background-color: #efefef !important;
}
.ng-scope {
    font-family: "HelveticaNeueW", Arial, Helvetica, sans-serif;
}

.asw-event-name span {
    font-weight: bold;
    color: #333;
    text-transform: none;
}
#asw-header {
    border-bottom: 1px solid #acacac;
}
.asw-time {
    text-align: left;
}

#asw-header .asw-event {
    padding-left: 10px;
}

.asw-event-data {
    margin-left: 10px;
}
#abw-body {
    padding-top: 50px;
}
.abw-main-selector {
    display: block;
    min-width: 120px;
    text-align: center;
    text-decoration: none;
    color: #999;
    border: 1px solid #ddd;
    border-left-width: 0;
    height: 40px;
    padding: 12px 5px 0;
}
#abw-main-selectors:first-child div {
    border-left-width: 1px;
}
#abw-main-selectors {
    background-color: transparent;
    color: #333;
    width: 240px;
    height: 53px;
    font-size:inherit;
    margin: 0 auto;
}
.abw-main-selector.abw-selectedTab {
    background-color: #0081c8;
    border: 1px solid #0081c8;
    color: #fff;
}

input.ng-pristine[type="text"], #abw-search .abw-selected-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    background: #fff;
    width: 280px;
    height: 40px;
    margin: 0 0 10px;
}
#abw-search .abw-selected-item {
    color: #acacac;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 30px;
    font-size: 14px;
    padding-left: 15px;
}
#abw-search .abw-label {
    min-width: 50px;
}
.abw-button {
    min-width: 130px;
    height: 45px;
    border: 2px solid #acacac;
    font-size: 14px;
    line-height: 16px;
    color: #959595;
    outline: none;
    cursor: pointer;
    background: none;
    padding: 12px 0;
    font-weight: bold;
}
.abw-button:hover {
    border: 2px solid #0081c8;
    background-color: #0081c8;
    color: #fff;
}
#abw-results-back-button {
    margin: 15px auto 10px auto;
    padding: 12px 0;
}
#abw-search-fields .abw-search-field input, #abw-search-fields .abw-search-field:last-child .abw-selected-item {
    margin-left: 0px;
}
#abw-search-fields {
    width: 400px;
    margin: 0 auto;
}
.abw-selected-item::after {
    top: 3px;
    right: 16px;
    position: absolute;
    z-index: 1;
    font-size: 14px;
    font-family: 'Olympics';
    content: "\e601";
}
#abw-profile-buttons {
    height: 100px;
}
#abw-bioHeader {
    background-color: transparent;
}
#asw-body #asw-selbar tr td:nth-child(1) {
    width: 54%;
    text-align: right;
}
#asw-body #asw-selbar input[type=radio] {
    margin-top: -4px;
}
/* Desktop only */

@media only screen and (min-width: 1025px) {

}

/* Tablet and Mobile */

@media only screen and (max-width: 1024px) {

}

/* Mobile only */

@media only screen and (max-width: 480px) {
    #box2 {
        width: 100%;
        height: 400px;
        border: none;
    }
    #abw-body {
        padding-top: 30px;
    }
    #asw-data tbody td {
        padding: 10px 0 10px;
        font-size: 0.8em;
    }
    #asw-body table div {
        display: inline-block;
    }
    #asw-body #asw-datebar tr td:nth-child(1), #asw-body #asw-datebar tr td:nth-child(3) {
        line-height: 1;
        vertical-align: middle;
        padding-top: 6px;
    }
    #asw-selbar {
        margin: 20px 0;
    }
    #abw-search-fields {
        width: 320px;
        margin: 0 auto;
    }
    input.ng-pristine[type="text"], #abw-search .abw-selected-item {
        width: 250px;
    }
    #asw-body #asw-selbar tr td:nth-child(1) {
        width: 40%;
        text-align: center;
    }
}