body{
    font-family: "Source Sans Pro", sans-serif;
    padding:40px;
}

h1{
   font-size:32px;
   color:rgb(110, 98, 89);

}

h4{
    font-size:16px;
    margin-top: 24px;
    margin-bottom: 15px;
    font-weight:bold;
}

#col-md-3 label{
    font-weight:bold;
    color:#666;
}

#see_instr,#see_instr:hover,#hide_instr,#hide_instr:hover {
    color: black;
}
#see_instr,#hide_instr {
    text-decoration: none;
}


