/**
 * 1.0 General
 *
 * -----------------------------------------------------------------------------
 */


html {
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    line-height: 20px;
    font-family: 'PT Sans', sans-serif;
    letter-spacing: 1px;
    padding: 0 20px 10px;
    font-size: 12px;
    color: #313131;
    text-align: justify;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

a:active, a:active * { outline: none !important; -moz-outline-style: none !important; }
a:focus, a:focus * { outline: none !important; -moz-outline-style: none !important; }


#main {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

a {
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px dotted #313131;
    color: #313131;
}

table {
    border: 1px solid;
}

td {
    padding: 4px 8px;
    border: 1px solid;
}




/*@media (max-width: 440px) {
}*/