html body {
    background-color: black;
}
#sprites {
    background-color: white;
    background-repeat: no-repeat;
    text-align: center;
    display: inline-block;
}
#logoContainer{
    padding: 5px;
}
#top {
    background-color: red;
}
#selectContainer{
    margin-bottom: 10px;
}
#selectContainer button{
    vertical-align:bottom;
}
#main{
    padding-top:15px;
}
#sideContent{
    color:white;
    display:inline-block;
}

#sideContent > div{
    padding-top: 20px;
    padding-bottom: 20px;
}

#mainContainer{
    padding-top:20px;
}
.popover-content,
.popover-content .body {
    font-size: 9px;
}
.popover-content {
    overflow: hidden;
}
.img-responsive {
    margin: 0 auto;
}
a:hover, a:focus {
    cursor: pointer;
    text-decoration: none;
}
a img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}


div.select2-container a.select2-choice{
background-color: transparent;
    background-image: none;
    border: 4px solid black;
    padding-bottom: 25px;
    margin-top: 8px;
    border-radius: 20px;
    box-shadow: none;
    -webkit-box-shadow: none;

}

div.select2-container a.select2-choice .select2-chosen{
        margin-right: 10px;    
}

div.select2-container .select2-choice > .select2-chosen{
    color: black;
    font-weight: bold;
    font-size: 20px;
}

div.select2-container .select2-choice span.select2-arrow{
    display:none;    
}