body {
    color: #eee;
    background: #222;
}

body.light-page {
    color: #222;
    background: #FFF;
}

.text-muted {
    color: #aaa;
}

.content-section-a,
.content-section-b {
    background: #222;
    color: #ddd;
    border-top: 1px solid #333;
    border-bottom: none;
}

.content-section-b {
    background: #2a2a2a;
}

footer, footer a {
    background: #222;
    color: #eee;
}

footer a:hover {
    color: #5BC0DE;
}

/*.banner .container .row {*/
/*text-align: center;*/
/*}*/

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #444;
}

.full-page-content {
    padding: 40px;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    color: #ddd;
    font-size: 16px;
}

.full-page-content .top {
    padding-left: 20px;
}

.show-episode-page.full-page-content {
    max-width: 1500px;
}

.show-side {
    text-align: center;
}

.guest {
    float: left;
    text-align: center;
    margin-right: 20px;
    margin-top: 10px;
}

.guests.singular {
    text-align: center;
}

.guests.singular .guest {
    /*padding-left: 60px;*/
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.guest .guest-name {
    font-size: 18px;
    padding-top: 10px;

}

.guest .img {
    height: 150px;
}

.title {
    font-size: 24px;
}

.player {
    /*float: left;*/
    margin-top: 0px;
    text-align: center;

}

.player .btn {
    font-size: 20px;
    /*display: block;*/
    width: 250px;
    margin-top: 20px;
}

.host-image {
    height: 200px;
    margin-top: 40px;
    margin-bottom: 10px;
}

.host-image-area.about .host-image {
    margin-top: 0px;
}

.host-image-area.about {
    font-size: 18px;
}

.host-image-area {
    text-align: center;
    font-size: 24px;
}

/*.full-page-head {*/
/*margin-top: 51px;*/
/*background-size: cover;*/
/*height: 175px;*/
/*}*/
/*.full-page-head.contact {*/
/*background: url(/static/img/about-banner-short.png) no-repeat center center;*/
/*}*/

/*.contact .header-image {text-align: center;}*/
/*.contact .header-image img {*/
/*width: 700px;*/
/*margin-top: -10px;*/
/*}*/

.contact .contact-side img {
    width: 400px;
    margin-top: 20px;
}

.contact .main-text {
    font-size: 20px;
    text-align: left;
}

.friends .main-text {
    font-size: 20px;
    text-align: left;
}

.friends .twitter {
    font-size: 36px;
    margin-left: 100px;
}

.logo-image {
    height: 40px;
    margin-top: -10px;
}

.main-text a,
.about a,
.episodes a,
a.light-access-link {
    color: #5BC0DE;
}

.contact .contact-types {
    /*text-align: center;*/
    font-size: 20px;
    margin-left: 0px;
}

.contact .contact-types a {
    color: #5BC0DE;
    display: inline-block;
    /*margin-right: 20px;*/
    padding: 5px;
}

.main-text {
    text-align: left;
}

.large-content-text {
    font-size: 20px;
}

.main-text,
.large-content-text {
    font-weight: 300;
}

.error-msg {
    color: pink;
}

#account-login input,
#account-login textarea {
    color: black;
    width: 500px;
    padding: 5px;
    font-size: 20px;
}

#account-login input,
#account-login button {
    margin-top: 10px;
}

.show-episode-page .download-coming {
    text-align: center;
}

.show-episode-page .guest-bio {
    text-align: center;
    font-weight: 300;
    padding-top: 20px;
    font-size: 15px;
}

.show-episode-page-placement.patreon-section {
    margin-top: 0px;
}

.episode-buttons .btn {
    width: 250px;
    margin-right: auto;
    margin-left: auto;
}

.sponsor-area-show-page {
    text-align: center;
    font-size: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
    /*padding-right: 25px;*/
}

.sponsor-area-show-page.e2 {
    padding-right: 0px;
}

.sponsor-area-show-page img {
    width: 250px;
}

.error-content-section {
    text-align: center;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
}

.error-content-section img {
    height: 450px;
}

.patreon-section {
    font-weight: 300;
    line-height: 2em;
    width: 490px;
    /*text-align: center;*/
    margin: 50px auto 0px;
}

.patreon-section .text {
    margin-left: 0px;
}

.full-page-content.comments {
    padding-top: 5px;
    margin-top: 0px;
}

.transcript-main {
    line-height: 2.2em;
}

.transcript-main p {
    padding: 10px;
    padding-bottom: 20px;
    font-size: 20px;
}

.active-transcript-segment {
    background-color: lightblue;
    color: black;
}

.transcript-episode-page .filter-section {
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}

#transcript-player-top {
    background-color: black;
    position: fixed;
    height: 50px;
    top: 50px;
    width: 100%;
    z-index: 1000;
    padding-left: 10px;
    padding-right: 10px;
}

#transcript-player-top audio {
    width: 100%;
    height: 40px;
}

.highlight {
    background-color: #FF8;
    color: black;
}

#filter-msg {
    color: #777;
    font-size: 14px;
    padding: 20px;
    padding-bottom: 0px;
    text-align: center;
}

.fa-heart {
    color: red;
}

footer {
    font-weight: normal;
}

.copyright,
.made-with-love {
    line-height: 1.5em;
    letter-spacing: 2px;
}

.published-date {
    font-weight: 200;
}

.recorded-date {
    color: #999;
    font-weight: 200;
}

#global-sponsor-message {
    display: block;;
    text-align: center;
    padding: 10px;
    background-color: #444444;
    color: #fffd82;
    color: #FFFFFF;
    margin-top: 50px;
    margin-bottom: -50px;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 2px;
}

#global-sponsor-message #name_text {
    color: white;
}

.rollbar_orange {
    color: #f7941c;
}

.rollbar_green {
    color: #bfd730;
}

.rollbar_blue {
    color: #02b9d9;
}

#global-sponsor-message .mono {
    font-family: Consolas, "Courier New", Courier, monospace;
}

#global-sponsor-message .strong {
    font-weight: bold;
}

#ad-second-slot {
    margin-top: 1em;
}

.sponsor-area-show-page img {
    border-radius: 3px;
}

.course-img {
    max-width: 350px;
    text-align: center;
    display: inline-block;
    padding: 8px;
    padding-top: 20px;
}

.course-img img {
    border-radius: 5px;
}

.course-img img.sm {
    width: 135px;
}

.episodes .date-text {
    white-space: nowrap;
}

.github-link a {
    /*color: white;*/
    font-size: 24px;
}

.well {
    background-color: #444;
    border: #353535;
}

.navbar-brand.image {
    vertical-align: middle;
}

.navbar-brand.name {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1.1px;
}

.nav > li > a {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

.logo-key {
    color: #fffd82;
}

.logo-operator {
    color: #fff;
}

.logo-var {
    color: #fff;
}

/* ************ SEARCH ************ */
.search_page input {
    display: inline-block;
    width: 350px;
    font-weight: bold;
    margin-right: 20px;
}

.search_page h1, .search_page h2 {
    text-align: center;
}

.search_page form {
    text-align: center;
    margin-top: 20px;
}

.search-results-summary {
    font-size: 14px;
    color: #8c8c8c;
}

.search-result {
    padding: 5px;
    margin: 5px;
}

.search-result .e_title a {
    color: #fffd82;
}

.search-result .e_title {
    font-size: 20px;
}

.search-result .e_desc {
    padding: 10px 10px 0px;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: normal;
    color: #8c8c8c;
}

#direct_player {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.become-a-friend {
    text-align: center;
}

/* ******** SUBSCRIBE FOOTER ********** */
#subscribe-area {
    min-height: 200px;
    width: 100%;
    color: #444;
    background: white;

    position: fixed;
    bottom: 0px;
    text-align: center;

    display: none;
}

#subscribe-area #cta {
    margin-top: 25px;
}

#cta .main-cta {
    padding-top: 10px;
    font-size: 24px;
    color: black;
}

#cta .secondary-cta {
    padding-top: 0px;
    font-size: 18px;
    padding-bottom: 10px;
}

#subscribe-area .btn.btn-primary {
    background-color: #444;
    border-color: #555;
    margin-top: -1px;
}

#subscribe-area form > * {
    margin-top: 5px;
    margin-bottom: 5px;
}

#subscribe-area a#closer {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #999;
    font-weight: lighter;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 24px;
}

#subscribe-area input {
    text-align:center;
}

/* ************************************ */