#survey {
   text-align: center;
   font-size: 14pt;
   border: 1px solid black;
   background-color: #ee8;
}


.notice{
    display: block;
    border: black solid 1px;
    max-width: 600px;
    padding: 10px;
    margin: 10px;


}
.youtubepodcast {
    text-align: center;
    margin: auto;
    padding-top: 30px;
}


#podcastlinks {
    clear:both;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.name {
    line-height: 1.3;
    font-size: 11pt;
}

.podcastlink{
    width: 90%;
    height: auto;
    display: block;
    margin: auto;
}

.podcastlink img {
    margin: auto;
    display: block;
    max-height: 100%;
}

.podcastlinkitem {
    float: left;
    width: 11%;
    margin-bottom: 20px;
}
.podcastlinktext {
    display: none;
    text-align: center;
    font-size: 10pt;
}

.downloadbutton a {
    color: white;
    float: left;
    text-align: center;
    width: 120px;
    margin: 10px;
    border: 10px;
    padding: 3px;
    background: #88f;
    border-radius: 10px;
}
#keywords {
    float: left;
    width: 100%;    
}





.player {
    position: relative;
    width: 500px;
    height: 120px;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    border-radius: 2px;
    padding: 5px 16px;
    margin: auto;
}
#podcastlink img {
    margin-top: 5px;
    width: 104px;
    height: 104px;
}
.info {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    width: 50%;
    padding: 0 16px;
}



.btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    font-size: 30px;
}

#play-undo {
    font-size: 20px;
    margin: 5px;
}

#play-redo {
    font-size: 20px;
    margin: 5px;
}



.progress {
    position: absolute;
    height: 10px;
    left: 150px;
    top: 105px;
    background-color: #00a8ff;
}
.notprogress {
    position: absolute;
    height:10px;
    left:150px;
    top: 105px;
    width: 320px;
    border: 1px solid black;
}

#timer {
    font-family: "Courier New", Courier, monospace;
    font-size: 10pt;
    top: 100px;
    position: absolute;
    right: 10px;
}


.prevnext {
    width: 380px;
    position: absolute;
    right: 10px
}

#play-next {
    float: right;
}
#play-next:after {
    content: "\f051"
}

#shownotes {
    margin: 20px;
    padding: 10px;
    border: 1px dashed lightgrey;
    font-family: "Courier New", Courier, monospace;
    font-weight: 600;
    word-wrap: break-word;
}

.twitter-note {
    width: 84%;
}

textarea.formfield,
.twitter-note,
.update-button-wrapper {
    margin-bottom: 20px;
}

.edit-gear {
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.edit-gear:hover {
    opacity: 0.7;
}

textarea.formfield {
    width: 94%
}

.button-updating {
    width: 92px;
    text-align: left;
}

.update-button-wrapper {
    position: relative;
    display: inline-block;
}

#commentblock {
    width: 100%;
}

#podcastlinks {
    width: auto;
}