@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');

body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #414141;
    font-size: 21px !important;
    line-height: 22px;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Source Sans Pro', sans-serif;

}

#main h2, #main h3, #content h2, #content h3, #content h4{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    text-transform: capitalize;

}

table.tocArticle {
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
}

table.tocArticle td.tocAuthors {
    padding-left: 0px;
}

table.tocArticle td.tocTitle {
    width: 70%;
    height: 100%;
    font-size: 16px;
    

}

table.tocArticle td.tocTitle span, table.tocArticle td.tocTitle span a {
    font-size:14px;
    color:#414141;
    font-style:italic;
}

#breadcrumb {
    height: 22px;
    line-height: 1.5em;
    text-align: left; 
    border-bottom: 1px dotted #600;
    padding: 5px 0px;
    font-style: italic;
}

#pageFooter {
    text-align: center;
    background: #f5f5f56b;
    padding: 10px;
    border: 1px solid #ddd;
}

#rightSidebar ul li a {
    padding: 6px;
    display: block;
    border-bottom: 1px solid #f3f3f3;
    font-size: 14px;
    transition: background-color 0.5s ease;
    background: #660000;
    margin: 5px 0px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    transition: all 0.5s ease;
}

#rightSidebar ul li a:hover {
    background: #f90000;

}

#rightSidebar h4, #sidebar div.block span.blockTitle {
    font-size: 20px;
    font-weight: bold;
    background: #a70000;
    padding: 10px 10px;
    text-align: center;
    color: #fff;
    margin: 0;
    letter-spacing: .1em;
}