#output video {
  width: 100%;
}
#progressBar {
    height: 5px;
    width: 0%;
    background-color: #35b44f;
    transition: width .4s ease-in-out;
}
body.is-seed .show-seed {
    display: inline;
}
body.is-seed .show-leech {
    display: none;
}
.show-seed {
    display: none;
}
#status code {
    font-size: 90%;
    font-weight: 700;
    margin-left: 3px;
    margin-right: 3px;
    border-bottom: 1px dashed rgba(255,255,255,0.3);
}

.is-seed #hero {
    background-color: #154820;
    transition: .5s .5s background-color ease-in-out;
}
#webtorrent {
    background-color: #2a3749;
}
#webtorrent  a{
   color: #35b44f;
}
#status {
    color: #fff;
    font-size: 17px;
    padding: 5px;
}

code.webtorrent{
    display: inline;
    /* clear: both; */
    /* overflow: auto; */
    padding: 0;
    /* margin: 20px 0; */
    background-color: transparent; 
    border-left: none;
    color: #fff;
    border-color: transparent;
    /* font-family: monospace, serif; */
}
