.page-header .container h1{
	 font-size: 40px;
}
.span8 .col-xs-9 h2{
    font-size: .85em;
}

b, strong {
    font-size: 0.85em;
}
.container {
  
    padding-left: 0.75rem;
}
 .wysiwyg-content .col-auto, .row.columns .col-auto {
	 padding: 0 1.25rem;
	 font-size: 1.125rem;
	 line-height: 1.5;
}

 .page-header {
	 padding-top: 0;
	 padding-bottom: 0;
}
 .page-section {
	 padding-top: 0;
}
 p {
	 margin:0;
	 padding: 0;
}
 .page-section {
	 margin-top: -30px !important;
}

b, strong {
    font-size: 1em;
}


    body {
            /*font-family: Arial, Helvetica, sans-serif;*/
            font-size: 20px;
        }
        
        #myBtn {
            display: block;
            position: fixed;
            bottom: 20px;
            right: 30px;
            z-index: 99;
            font-size: 18px;
            border: none;
            outline: none;
            background-color: gray;
            opacity : 0.4;
            color: white;
            padding: 5px;
            border-radius: 4px;
        }
        
        #myBtn:hover {
            background-color: #555;
        }
        
        
        
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    font-size: 16px;
    line-height: 1.3125;
   /* font: 1.125rem 'Source Sans Pro', sans-serif;*/
    padding: 6px 9px;
}






main {

   /* font: 1.125rem 'Source Sans Pro', sans-serif;*/
    line-height: 1.3125;
  
}


.table-bordered tr th:first-child, .table-bordered tr td:first-child {
    text-align: center;
}

