@font-face {
    font-family: RobotoSlab-Regular;
    src: url(../css/fonts/RobotoSlab-Regular.ttf);
}
body {margin:0px; background:#f3f3f3; font-size: 16px; font-family:Verdana, Geneva, sans-serif; color:#000000; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
h1, h2, h3 { margin-top: 10px; color: #006fe2cc;}
.container, .container-fluid {background: #fff;}
.MsoListParagraphCxSpFirst, .MsoListParagraphCxSpMiddle, .MsoListParagraphCxSpLast{text-indent: 0px !important;}

figure table {
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
    box-sizing: border-box;
	}
figure table>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
figure table>tbody>tr>td, figure table>tbody>tr>th{
    border: 1px solid #ddd;
	padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}