/*  begin - jquery tabs */
.tp-searchbox .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 0.3em 0.3em;
}
#team-content.ui-tabs .ui-tabs-panel {
    padding: 1em 0.3em;
}
@media (min-width: 768px) {
    .tp-searchbox .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        padding: .5em 1em;
    }
}
/*  end - jquery tabs */

/* begin - searchbox */
.tp-searchbox {
    padding: 10px 0;
    font-size: 1em;
    background-color: #fff;
}
.tp-searchbox select {
    width: 100%;
}
.tp-searchbox .tp-input-text {
    width: 100%;
}
#tp-search-args {
    padding: 0 1em;
}
#tp-search-args .sa {
    min-height: 46px;
    padding: 0 10px !important;
    margin-top: 10px;
}
#tp-search-args .sa-submit {
    padding: 0 10px 10px 10px !important;
    margin-top: 10px;
}
/* end - searchbox */

#tpContent {
    width: 100%;
    padding: 10px;
    margin: 0 0 20px 0;
    overflow-x: auto;
    font-size: 1em;
}
@media (min-width: 768px) {
    #tpContent {
        padding: 10px 0;
    }
}

/* begin - team page */

.rj_team.type-rj_team > .entry-header .entry-title {
    display: none;
}
#tpContent .tp-team-header {
    font-size: 1.2em;
}

#tpContent .tph-name {
    font-family: Arvo,'Courier Bold',Courier,Georgia,Times,'Times New Roman',serif;
    font-size: 2.5em;
    font-weight: bold;
    color: #505050;
    margin: 0;
    padding: 5px 0;
    text-transform: uppercase;
    border-bottom: solid 2px #727272;
}
#tpContent .tph-nickname {
    font-family: Arvo,'Courier Bold',Courier,Georgia,Times,'Times New Roman',serif;
    font-size: 1.8em;
    font-weight: bold;
    color: #505050;
    margin-bottom: 10px;
}
#tpContent .tph-logo {
    width: 180px;
    float: left;
    margin: 0 10px 10px 0;
}
#tpContent .tph-logo img {
    width: 100%;
    height: auto;
}
#tpContent .tph-label {
    font-weight: bold;
    margin-right: 10px;
}
#tpContent .tph-url {
    margin-top: 15px;
}
#tpContent .tph-conf {
    margin-top: 15px;
}
#tpContent .tp-team-header .tps-cont {
    margin-top: 10px;
}
#tpContent .tp-team-header .tps-cont .tps-txt {
    font-weight: bold;
    margin-right: 10px;
    color: #990000;
}

#team-content {
    margin-bottom: 20px;
}
#team-content #team-schedules,
#team-content #team-roster,
#team-content #team-leaders {
    width: 100%;
    overflow-x: auto;
}
#team-content table {
    width: 100%;
}
#team-content #showKey,
#team-content #hideKey {
    display: none;
}
#team-content .pageTitle {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 3px 5px;
    background-color: #666;
    line-height: 1em;
}

#team-content table td {
    font-size: 12px;
    font-weight: normal;
    border: 0;
    padding: 2px 4px;
}

#team-content table .resultsText {
    border-bottom: 1px solid #000;
}

#team-content table .resultsText td {
    font-size: 14px;
}
#team-content table .schedRowAlternate,
#team-content table .rosterRowAlternate,
#team-content table .leadersRowAlternate {
    background: #D3D3D3;
}

#team-content table .teamStatsHeader {
    border-bottom: 1px solid #000;
}
#team-content table .teamStatsHeader td {
    font-size: 13px;
    font-weight: bold;
    padding: 1px 4px;
}
#team-content table .teamStatsHeader.headergroup td {
    font-size: 15px;
}

#team-content table strong {
    font-weight: normal;
}

#team-content table a {
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}
#team-content .tp-roster-sort {
    text-decoration: underline;
}
#team-content .tp-roster-sort:hover {
    cursor: pointer;
}
#team-content .tp-roster-sort.tp-act {
    font-weight: bold;
    text-decoration: none;
}
#team-content .tp-roster-sort.tp-act:hover {
    cursor: auto;
}
#team-content #team-news {
    padding: 10px 0;
}
@media (min-width: 768px) {
    #team-content #team-news {
        padding: 15px;
    }
}
@media (min-width: 992px) {
    #team-content #team-news {
        padding: 20px;
    }
}
/* end - team page */
