body.parchment{
    /*background: url("parchment.jpg");*/
    background: url("gold_parchment_texture.jpg");
    font-family: Georgia, MuseoSans, serif;
    /*font-size: 15px;*/
    text-shadow: 1px 1px #eeeeee;
}
body.white{
    background: ivory;
}

body.black{
    background: #000;
    /*text-shadow: 1px 1px #555555;*/
    color: ivory;
}
input {
    color: black;
}
.row {
     border: 1px solid #777;
 }

.col-md-4{
    border: 1px solid #993333;
}

#logo {
    height: 100px;
}
body.black #logo-div {
   /* background: #777777;*/
}

#filter {
    width: 100%;
}
.buttons {
    float:right;
}
.buttons div {
    width: 20px;
    height: 20px;
    border: 1px solid #777;
}
#languages {
    white-space: nowrap;
}

#pintje {
    width: 90px;
}
#shoutbox {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #777;
}
#shoutbox tr {
    border-bottom: 1px solid #777;
}

.buttons div {
    cursor: pointer;
}
.buttons div.parchment{
    background: url("parchment-button.jpg");
    background: url("gold_parchment_texture.jpg");

}
.buttons div.white{
     background: #eee;

}

.buttons div.black{
    background: #000;
}
audio {
    width: 100%;
}
#searchlist , #playlist{
    max-height: 250px;
    overflow: auto;
}
#searchlist a, #playlist a {
    cursor: pointer;
}
#playlist a.active {
    background: #99ff99;
}
@media (max-width:993px){
    .hide-mobile {
        display: none;
    }
}

#playlist .close {
    height: 20px;
}
#clear_playlist {
    cursor: pointer;
}