body {
	font-family: "Roboto","Helvetica","Arial",sans-serif;
	color: #2d3940;
	line-height : 1;
	margin-top: 60px;
}

a  {color : #287ABE; text-decoration: none;}
a:focus {color : #be6c28; text-decoration: none;}
a:hover  {color : #be6c28; text-decoration: none;}
a:active {color : #be6c28; text-decoration: none;}

p {
    text-align: justify;
    font-size: 15px;
	line-height : 20px;
}

hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
	border-top: 1px solid rgba(0,0,0,.3);
}

h2 {
    line-height: 30px;
    font-size: 26px;
    font-weight: 500;
    font-family: "Oswald","Helvetica","Arial",sans-serif;
	padding-top : 20px;
	padding-bottom : 4px;

}

h2:after {
margin-top : 4px;
    content:' ';
    display:block;
    border-top: 1px solid #e0e0e0;
    width: 100%;
}

h3 {
    line-height: 20px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Oswald","Helvetica","Arial",sans-serif;
}

h3:after {
	margin-top : 4px;
    content:' ';
    display:block;
    border-top: 1px solid #e0e0e0;
    width: 100%;
}

h4 {
    line-height: 18px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Oswald","Helvetica","Arial",sans-serif;
}

h5 {
    line-height: 18px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Oswald","Helvetica","Arial",sans-serif;
}

ol {
    font-size: 15px;
	line-height : 20px;
}

ul {
    font-size: 15px;
	line-height : 20px;
}

img {    
	display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 100%;
    height: auto;
}
 
figcaption {
	display : none;
}

table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
	border-spacing: 2px;
	border-color: grey;
}

td, th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

td img {
	margin-left : 4px;
}


.navbar-brand {
    font-family: "Roboto";
    font-size: 18px;
    line-height: 1;
    letter-spacing: .02em;
    font-weight: 500;
    color: #ffffff;
	text-transform: none;
}

.navbar {
	font-size : 14px;
	text-transform : uppercase;
}


ul.bluelist { 
	list-style-image: url('../images/blue_bullet.png');
	font-size: 15px;
}

ul.orangelist { 
	list-style-image: url('../images/orange_bullet.png');
	font-size: 15px;
	line-height: 20px;
}

.bg-dark {
    background-color: #2d3940!important;
}

.practice {
	color : #668191;
}

mark {
  background: #FDD835;
}

mark.current {
  background: #8AC545;
}

main {
	padding-bottom : 40px;
}

footer {
    margin-top: 10px;
    padding-top: 30px;
    padding-bottom: 80px;
    color: #e5e5e5;
    background-color: #2d3940;
    font-size: 14px;
}