/* Enter Your Custom CSS Here */

#glossary fieldset {
    background: transparent none repeat scroll 0% 0%;
    border: 2px dashed #FB0;
    padding: 0 18px;
}

#glossary legend {
    background: #FFF;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    padding: 0px 5px;
}

a {
  font-weight:bold;
}

.clickButton {
    background-color: #4a0;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}