body { font-family: 'Lato', sans-serif !important; font-weight: 300;}
    
.tablo table {
 border-width:1px; 
 border-style:solid; 
 border-color:black;
 }

.tablo { font-size : 11px !important;}

.tablo tr.border_bottom td {
  border-bottom:1pt solid black;
}

.tablo p {
  margin : 0 0 0 0 !important;
}

table {
  border-spacing: 0px;
}

.column4 {
    float: left;
    width: 20%;
    text-align: center;
}

.column13 {
    float: left;
    width: 25%;
}

.column23 {
    float: left;
    width: 75%;
}

.column2 {
    float: left;
    width: 50%;
}


.column3 {
    float: left;
    width: 25%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

button {    background-color: #A0C136;
background-color: #A0C136;

color: white;

font-family: lato;

font-size: 16px;

padding: 5px 10px;

border: none;}

button:hover { background-color: #6D7B3F;}

 /* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */

@media screen and (min-width: 720px) and (max-width: 800px) {

.column23 {
    float: right !important;
    width: 65% !important;
}
}

@media screen and (max-width: 720px) {
	
	.column23 {
		margin-top: 50px !important;
	}
	

    tr {margin:auto; align-content: center; text-align: center;}
    
    .column4 {
            width: 30%;
    float: right;
    }
    
    .column2 {
        width: 100%;
    }
    
    .column13 {
        width: 100%;
        text-align : center;
    }
    
     .column3 {
        width: 100%;
    }
    
    .column23 {
        width: 100% !important;
        overflow:none !important;
    }
    
}

h2 {
    color : #A0C136;
    font-family: ;
}


b {
    color : #A0C136;
    font-family: ;
}

p {
    color : #535353;
	font-size: 14px ;
	margin-bottom: 5px;
}

table {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}



.column3 {
    font-weight: bold;
}

.column3 img {
    margin-top: 5px;
}

a {
    color : color: #00cccc; !important;
    cursor: pointer;
}



iframe {

    border: 0;
    float: right;
    margin-right: 27px !important;

}

body {
	width: 85%;
    max-width: 950px !important;
}

li {
    color : #535353;
	font-size: 14px !important;
}


/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}