body {
    background: #010101;
    color: white;
    background-image: url('../img/boxboycot.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#topheader {
    position: fixed;
    height: 76px;
    padding: 8px;
    background: rgba(193, 0, 200, 0.67);
    color: white;
    top: 0px;
    width: 100%;
}

#topheader input {
    padding: 8px;
    width: 200px;
    border: none;
    background: rgba(0,0,0,0.7);  
    color: white;
    border-radius: 3px;  
}

#topheader button {
    border: none;
    padding: 6px 11px;
    font-size: 32px;
    line-height: 16px;
    background: white;
    color: black;
    vertical-align: middle;
    margin-top: -1px;
    border: 3px solid black;
    border-radius: 3px;
}

#topheader button#addtoyoutubeque {
    font-size: 16px;
    font-weight: bold;
}

.defaultlist {
    margin-top: 94px;
}

.defaultlist ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background: rgba(0,0,0,0.95);
}

.defaultlist li:nth-child(odd) {
    background: rgba(193,0,200,0.15);
}
.defaultlist li:nth-child(even) {
    background: rgba(0,0,0,0.15);
}

.defaultlist li {
    white-space: nowrap;
    padding: 1px 8px 1px 8px;
}

.defaultlist .information {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.defaultlist li .info {
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
    font-size: 12px;
    white-space: normal;
}

.defaultlist li img {
    width: 80px;
}

select#menu {
    border: 3px solid black;
    padding: 4px 8px;
    margin-bottom: 8px;
    width: calc(100% - 16px);
}