a, a:active, a:focus, a:hover {
    text-decoration: none;
}

section.callaction {
    background-color: #e6e6e6;
}

section.small-callaction {
    background-color: #e6e6e6;
    height: 85px;
}

header h3 {
    line-height: 60px;
}

header h3 span {
    color: rgb(96, 133, 175);
}

.avatar {
    border-radius: 70px;
    width: 130px;
    border: solid #333 2px;
}

.widget ul.recent li {
    margin-bottom: 10px;
}

.recent h6 {
    line-height: 18px;
}

pre.prettyprint {
    font-family: 'Open Sans', Arial, sans-serif !important;
    letter-spacing: .5px;
    font-size: 14px !important;
    padding: 20px;
}

.bracket {
    opacity: .15;
    font-size: 50px;
    font-weight: 100;
    color: black;
    vertical-align: top;
    line-height: 52px
}

footer {
    padding: 0;
    background: none !important;
}

#sub-footer span, footer a{
    color: #333;
}

footer a:hover{
    color: black;
}

#sub-footer{
    padding: 35px 0 0 ;
    margin:0;
    color: #333;
    background: #e6e6e6 !important;
}

article.disabled{
    opacity: 0.3;
}

textarea.big{
    resize: none;
    height: 500px;
}
textarea.mid{
    resize: none;
    height: 200px;
}

.cta-text span {
    color: rgb(96, 133, 175) !important;
}

