.MDbuttons { 
 text-align:center;
 font-size:12px;
 background-color: #fff;
 border: 2px solid #fff;
 border-bottom-color: #b0b0b0;
 border-right-color: #b0b0b0;
 width:5em;
 cursor: pointer;
 margin-bottom:4px;
}

#box{
 font-weight:200;
 margin-right: 10px;
}

#box.highlight {
 font-weight: bold;
 margin-right: 10px; 
}


#boxlink { color: #a5a5a5;
 text-decoration: none;
 cursor: default;
 margin-right: 15px;
}

#boxlink.highlight { color: #0000cd;
 font-weight:200;
 text-decoration: underline;
 cursor: pointer;
}
