/*table {border-spacing: 0;width: 100%;}
table thead tr th {background-color: #4a92b6;border: 1px solid #4887a7;color: #ffffff;font-weight: 600;padding: 7px 5px;text-align: center;}
table tbody tr th {background-color: #4992b7;border: 1px solid #4787a7;color: #ffffff;font-weight: normal;padding: 7px 5px;text-align: center;}
table tbody tr td {background-color: #f3a84f;border: 1px solid #dd923a;padding: 7px 5px;text-align: center;color: #FFF;font-weight: bold;letter-spacing: 1px;}*/


a,input,textarea,button,select {outline: none;}
a:hover,h1:focus,h2:focus,h3:focus,h4:focus,h5:focus,h6:focus {text-decoration: none;}
a:focus,input:focus,textarea:focus,button:focus,select:focus {outline: none !important;text-decoration: none;}
input, textarea {-webkit-border-radius: 0;-moz-border-radius: 0;-ms-border-radius: 0;-o-border-radius: 0;border-radius: 0;}

*:focus {
    outline: none;
}