/*johnson box w border div id———————–*/
#johnson-content-box {
background-color: #ffffcc;
/*border-left: 8px solid #9CDCF5;*/
margin-bottom: 30px;
overflow: hidden;
padding: 15px;
font-size: 130%;
line-height: 150%;
}

/*johnson box lnks div id———————–*/
#johnson-content-box a {
text-decoration: underline;
font-weight: bold;
color: #11516A;
}

/*hint box w border div id———————–*/
#hint-box {
background-color: #ede7db;
border-left: 4px solid #5895ac;
margin-bottom: 30px;
overflow: hidden;
padding: 15px;
font-size: 120%;
line-height: 150%;
}