.timemark-container{
    display: inline-block;
    margin-left: -120px;
    font-size: .9em;
    color: #999;
}
.timemark{
}
p{
    margin-bottom: 0;
}
.transcription{
    margin-top: -1.7em;
    font-weight: 500;
    margin-bottom: 1em;
}
.bad{
    color:red;
    font-weight:bold;
}
.good{
    color:green;
    font-weight:bold;
}
.disclaimer{
    font-style: italic;
    margin-top: 1em;
    margin-bottom: 1em;
}
.field-label{
    width: 250px;
    display: inline-block;
}
.field-value{
    width: 100px;
    display: inline-block;
}
.download-link{
}
.speaker-label{
    color: #999;
}
.feedback{
    width: 100%;
    text-align: center;
}
.feedback a{
    color: #666;
    text-decoration: none;
}
.feedback a:hover{
    text-decoration: none;
    color: #FC7E0F;
}
.main-header{
    padding-bottom: 0;
    margin-bottom: 0;
}
[role="news"] .post-excerpt p{
    padding-bottom: 1em;
}
.audio-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5em;
}
.audio-container audio{
    width: 100%;
    max-width: 750px;
    position: fixed;
    bottom: 0;
    /*z-index: 1000; makes player show on top of modal */
    z-index: 1;
}
.timemark-container a.play-button{
    color:#999;
    text-decoration: none;
}
.timemark-container a.play-button:hover{
    text-decoration: none;
    cursor: pointer;
    color: #FC7E0F;
}
.timemark-container a.play-button .icon{
    position: relative;
    top: -1px;
}
.post-left{
    float: left;
    margin-right: 2em;
    margin-bottom: 0;
    padding-bottom: 0.25em;
    margin-top: 0px;
}
.post-left img{
    width: 200px;
}
.icon-transcribed{
    color: lightgray;
}
.icon-untranscribed img{
    max-width: 18px;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
    opacity: 0.25;
}
.icon-subscriber-only img{
    max-width: 18px;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
    opacity: 0.25;
}
.read-more-source{
    margin-top: 1em;
}
article.source{
    margin-top: 0;
}
article.source .post-title{
    margin-top: 0;
}
.source-thumbnail-container{
    float: left;
    margin-bottom: -10px;
}
.source-thumbnail-container img{
    width: 175px;
    margin: 2px;
}
.source-thumbnail-container a img{
    box-shadow: 10px 10px 10px #ccc;
    max-width: 175px;
    max-height: 175px;
    overflow: hidden;
    border-radius: 5px;
}
.post-header .muted, .muted{
    color: #999;
    font-size: .8em;
}
[role=about] p{
    margin-top: 1em;
}
.site-footer{
    padding-top: 2em;
}
.post .date, .post .duration{
    color: #999;
    text-align: center;
    white-space: nowrap;
}
.post .title{
    color: #999;
}
.corrections-list .post th{
    white-space: nowrap;
}
.corrections-list .post .summary{
    text-align: center;
}
.corrections-list .post .chunk, .corrections-list .post .status{
    white-space: nowrap;
}
.corrections-list .post .date{
    text-align: left;
}
.sub-content{
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 0.75rem;
}
.sub-content a{
    text-decoration: none;
    color: #9EABB3;
    white-space: nowrap;
}
.sub-content a:hover{
}
.sub-content .title a{
    color: #333;
}
.clear{
    clear: both;
}
.post-summary{
    color: #999;
}
.home-page .site-footer, .source-list-page .site-footer{
    position: fixed;
    bottom: 0;
    background-color: white;
    padding: .25em;
    width: 90%;
    max-width: 750px;
}
.content[role=list] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  grid-gap: .5rem
}
.adsbygoogle{
    margin-top: 1em;
    margin-bottom: 1em;
}

/*
html, body, #main, #map {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}
* */

.content[role="signin"] .post, .content[role="register"] .post, .content[role="verify"] .post, .content[role="forgot"] .post, .content[role="forgot-verify"] .post{
    max-width: 400px;
}

.password-format-note{
    color: #aaa;
    margin-bottom: 2em;
}

.password-format-note ul li {
  list-style: none;
}

.password-format-note ul li:before {
  content: '• ';
}

.password-format-note ul li.good:before {
  content: '✓ ';
}

.account-panel{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
    width: 150px;
    background: transparent;

    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;

    border-color: #dddddd;
    text-align: center;
}
.account-details-panel{
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    border-color: #dddddd;
    text-align: center;
    max-width: 400px;
    margin: 0 auto 0 auto;
    padding:0.25em;
}

.or-register, .or-forgot{
    text-align: center;
}

.account-panel a, .or-register a{
    text-decoration: none;
    color: #9EABB3;
}
.account-panel a:hover, .or-register a:hover{
    text-decoration: none;
    color: #FC7E0F;
}


.info {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
    width: 150px;
    background: transparent;
}

.info .panel-body {
    background: transparent;
}

#request {
    position: relative;
    background: #fcc1d4 none repeat scroll 0 0;
    color: #000;
    border-color: #000;
    border-radius: 5px;
    text-align: center;
    width: 135px;
}

#request:disabled {
    color: #999;
    border-color: #999;
}

#accountLink {
    background: inherit;
}

#updates {
    list-style: none;
    margin-top: 5px;
    padding: 0;
}

#updates li {
    margin: 3px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f7f7f7;
    padding: 5px;
}

.authToken {
    word-wrap: break-word;
    width: 100%;
}

#accountLink {
    background: inherit;
}

.pull-right {
    float: right !important;
}
.dropdown, .dropup {
    position: relative;
}

/* Bootstrap mocking. */

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}

.btn .caret {
    margin-left: 0;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.post .segmented-transcript{
    color: gray;
}
.post .post-subtitle{
    font-size: .7rem;
    color: #999;
}
.panel-default {
    border-color: #dddddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

.panel-default > .panel-heading {
    background-color: #f5f5f5;
    border-color: #dddddd;
    color: #333333;
}
.panel-heading {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
    min-height: 1.75em;
}

.panel-title {
    color: inherit;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
}

.configMessage {
    width: 100%;
    height: 100%;
    text-align: center;
    background: transparent;
    position: absolute;
    z-index: 2000;
}

.configMessage .panel {
    margin: auto;
    width: 40%;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 100;
}

.configMessage .panel-body {
    text-align: left;
}

.configMessage .backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.6;
    z-index: 50;
}

.transcription .editable[transcript-agreements='0']{
    color: red;
}

.transcription .editable[transcript-agreements='1']{
    color: #B13433;
}

.transcription .editable[transcript-agreements='2']{
    color: #675E24;
}

.transcription .editable[transcript-agreements='3']{
    color: #2E7F18;
}

.transcription .editable[human]{
    color: green;
}

.transcription .editable:hover{
    color: red;
    background-color: yellow;
}

.last-transcription-chunk{
    position: relative;
}

.last-transcription-chunk::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    pointer-events: none;
}

.subscribe-bottom-notice{
    border: 2px solid #eedddd;
    padding: 1em;
    text-align: center;
    border-radius: 1em;
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.site-footer section {
    display: inline-block;
}

.control-buttons .btn{
    background-color: #eee;
    color: #3a4145;
}

.control-buttons .btn:hover{
    background-color: #ccc;
    color: #3a4145;
}
#signinForm .error{
    color: red;
}
#transcribe-modal-1.modal{
    max-width: 90%;
}
#transcribe-modal-1 .success{
    text-align: center;
}
#new-text{
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    height: 5em;
}
.modal label{
    font-size: .75em;
    color: #999;
}
.modal .error{
    color: red;
}
.modal .checkbox-set label{
    margin-left: .5em;
    vertical-align: top;
    line-height: 2;
}

.modal .btn{
    margin-left: .5em;
    text-decoration: none;
    background-color: #eee;
    color: #3a4145;
    float: right;
}
.modal .btn:hover{
    margin-left: .5em;
    background-color: #ccc;
}
.modal .btn-primary{
    color: #fff;
    background-color: #337ab7;
}
.modal .btn-primary:hover{
    background-color: #286090;
}
.modal .btn-warning{
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.modal .btn-warning:hover{
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.modal .btn-info{
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.modal .btn-info:hover{
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.request-priority-section{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
}
.request-priority-section a{
    font-size: 1rem;
    color: #fc7e0f;
}
.request-priority-section a:hover{
    text-decoration: none;
}

.inline-rss-icon{
    display: inline-block;
    vertical-align: bottom;

}

.pay-to-transcribe-link{
    font-size:1.25rem;
}

.content[role="source-subscribe-notice"]{
    border: 1px solid #aaa;
    text-align: center;
    margin-bottom: 2em;
    border-radius: .5em;
}

.jquery-modal .modal h1, .jquery-modal .modal h2, .jquery-modal .modal h3{
    margin-top: 0;
}

.preview-end-segment{
    position: relative;
    /* Apply a linear gradient that fades out at the bottom */
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* Ensure content within the div is not stretched */
    mask-size: 100% 100%;
}
.post .sub-note{
    display: block;
    font-size: .8em;
}

/* 375 x 667 */
@media only screen and (max-width: 400px) {
    .main-header {
        padding: 0;
        margin: 0;
        top: 1em;
        width: 100%;
        text-align: left;
    }
    .main-header .main-header-content{
        float: left;
    }
    .main-header h2 {
        display: none;
    }
    .main-header .nav {
        margin-top: 0.15em;
        font-size: 1.25em;
        margin-left: 0;
        float: left;
        text-align: center;
    }
    .main-header .nav a:first-child{
        margin-left: 0;
    }
    .main-header .nav a:last-child{
        margin-right: 0;
    }
    .content[role=main]{
        padding-top: 2em;
    }
    .post {
        padding-bottom: 0;
    }
    .post-left {
        margin-right: 1em;
        padding-bottom: 0;
    }
    .post-left img {
        width: 100px;
    }
    .timemark-container {
        display: block;
        margin-left: 0;
        font-size: 1.5em;
    }
    .transcription {
        margin-top: 0;
    }
    .source-thumbnail-container img{
        width: 100px;
    }
    .source-thumbnail-container a, .source-thumbnail-container a img{
        max-width: 100px;
        max-height: 100px;
    }
    .content[role=list] {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }
    .pay-to-transcribe-link{
        font-size:14px;
    }
}
