/* ---------------------------------------------------------------------HEADLINES----------------------------------------------------------------------*/
h1{font-size:200%; padding:5px 0 20px 0; margin:0; font-weight:400;  }
h2{font-size:160%; padding:0 0 5px 0; margin:0;font-weight:400;  }
h3{font-size:120%; padding:0 0 5px 0; margin:0;font-weight:400; }

h4{font-size:100%; padding:0; margin:0; font-weight:400; }
h5{font-size:100%; padding:0; margin:0; font-weight:400; }


/* ---------------------------------------------------------------------LINKS---------------------------------------------------------------------*/
a{outline:none; text-decoration:none; font-weight:400}
a,a:visited,a:active{color:#404040; font-weight:400}
a:hover{color:#404040;}

/* --------------------------------------------------------------------OTHERS----------------------------------------------------------------------*/
p{margin:0; padding:0 0 8px 0;}
img {border:none !important;}
a > img {border:none}



/* --------------------------------------------------------------------LISTS----------------------------------------------------------------------*/
ul {list-style-type:none; padding:0; margin:0; }
li {padding:0; margin:0; }
li h1, li h2, li h3 {padding-top:0; }


/* --------------------------------------------------------------------TABLES----------------------------------------------------------------------*/
table {width:100% !important;  padding:2px;  background: #e4e4e4 ;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
table tr {width:100%}
table tr td {padding:5px  ; vertical-align:top; background:#fff; border: 1px solid #e4e4e4;}
table tr td h1, table tr td h2, table tr td h3 {padding-top:0; margin-top:0;}
 
table tr td:first-child {text-align:center; }


  




