body, html{
    background-color: #FFF;
    font-family: 'AnekTamil';
    font-size: 18px;
    color: #0B0101;
    font-style: normal;
    font-weight: normal;
}
[type=color], [type=date], [type=datetime-local], [type=datetime], 
[type=email], [type=month], [type=number], [type=password], 
[type=search], [type=tel], [type=text], [type=time], 
[type=url], [type=week], textarea, select{
    width: initial;
    height: 32px;
    font-size: 18px;
    color: #0B0101;
    background-color: #FFF;
    border-color: #0B0101;
    padding: 5px;
    border-radius: 7px;
    font-style: normal;
    font-weight: normal;
}
a, a:hover,
a:link,
a:visited,
a:active{
    color: inherit;
}
select{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    background-position: right 4px center !important;
}
label{
	font-size: 18px;
    color: #0B0101;
    font-style: normal;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'AnekTamil';
    font-size: 18px;
    color: #0B0101;
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    line-height: initial;
    margin: 0px;
}
input:disabled, input[readonly], 
textarea:disabled, textarea[readonly],
html input[disabled], select:disabled {
    background-color: #FFF;
    cursor: initial;
    border: none;
    box-shadow: none;
    font-size: 18px;
}
[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus,
[type=datetime]:focus, [type=email]:focus, [type=month]:focus,
[type=number]:focus, [type=password]:focus, [type=search]:focus,
[type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus,
[type=week]:focus, textarea:focus{
    background-color: #FFF;
    border: none;
}
select:disabled {
    -webkit-appearance: none;
    -moz-appearance: none;
    -prefix-appearance: none;
    appearance: none;
    -ms-appearance: none;
    text-overflow: '';
    background-image: none;
}
textarea{
    resize: none;
}
.reveal:focus,
.reveal:active{
   outline: none !important;
}
img,a,input,select{
    outline: none !important;
}
table{
    margin-bottom: 0px;
    border: solid 1px #0B0101;
}
table td, table th {
  border-top: none;
  border-bottom: none;
  border-left: solid 1px #0B0101;
  border-right: solid 1px #0B0101;
}
table tbody, table tfoot, table thead {
    border: none;
}
p{
    line-height: initial;
    margin-bottom: 0px;
}
::-webkit-scrollbar{
    width: 12px;
}
::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7); 
    border-radius: 10px;
}
::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7); 
}
*::-webkit-input-placeholder {
    color: #E0E1E2;
}
*:-moz-placeholder {
    color: #E0E1E2;
}
*::-moz-placeholder {
    color: #E0E1E2;
}
*:-ms-input-placeholder {
    color: #E0E1E2;
}
::-webkit-input-placeholder{
   color: #E0E1E2;
}
::-moz-placeholder {
   color: #E0E1E2;
}
::-moz-placeholder {
   color: #E0E1E2;  
}
::-ms-input-placeholder {  
   color: #E0E1E2;  
}
/*input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}*/