#configuration section, .well{
    background-color: rgba(0,0,0,0.1);
    padding: 20px;
    border-radius: 5px;
}

#configuration h4{
    color: white;
    border-bottom: 2px dashed rgba(255,255,255,0.1)
}

label{
    text-transform: none;
}

#specifications ul{
    padding-left: 10px;

}