.buttondoc {
    border: none;
    font-weight: normal;
    line-height: normal;
    margin-left: 15px;
    text-transform: capitalize;
    padding: 4px 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: #222;
    background: #fff;
    font-family: 'Oswald',sans-serif;
    font-size: 16px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.buttondoc:hover { 
    color:#ff2102;
}

ol li {
    font-weight:bold;
}

li > a {
    font-weight:normal;
}
