p.header-small {
    width: 85%;
    font-family: 'roboto', sans-serif;
    font-weight: 500;
    font-size: 20px !important;
    line-height: 25px;
    text-align: left;
    text-transform: none;
    color: #000;
    padding: 10px 55px;
}

p.header-small:after {
    content: ' ';
    display: block;
    width: 35px;
    height: 2px;
    margin: 10px -15px;
    background-color: #E68C00;
}

p.header-medium {
    width: 80%;
    font-family: 'roboto', sans-serif;
    font-weight: 600;
    font-size: 23px !important;
    line-height: 28px;
    text-align: left;
    text-transform: none;
    color: #E68C00;
    padding: 0 0 10px 0;
}

p.header-strong {
    width: 85%;
    font-family: 'roboto', sans-serif;
    font-weight: 700;
    font-size: 15px !important;
    line-height: 20px;
    text-align: left;
    text-transform: none;
    color: #000;
    padding: 10px 15px;
}

p.header-strong:after {
    content: ' ';
    display: block;
    width: 35px;
    height: 2px;
    margin: 10px -15px;
    background-color: #E68C00;
}

p.title {
    font-family: 'roboto', sans-serif;
    font-weight: 600;
    font-size: 20px !important;
    line-height: 24px;
    text-transform: none;
    color: #000;
    padding: 0 0 10px 0;
}

p.tips {
    font-family: 'roboto', sans-serif;
    font-weight: 600;
    font-size: 17px !important;
    line-height: 21px;
    text-transform: uppercase;
    padding: 0 0 10px 0;
}

.tips a:link {
    color: #000;
}

img.padder {
    padding:10px;
}

.readon-button a:link {
    color: #000;
    font-weight: 500;
    font-size: 17px;
    text-decoration: none;
    border: 1px solid #E48B00;
    display: inline-block;
    padding: 10px 20px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.readon-button a:visited { color: #000; }

.readon-button a:hover {
    background-color: #E48B00;
    color: #fff;
}