table{width: 100%;border-collapse: collapse;}
table thead{color: white;text-align: center;}
table th, table td {border: 1px solid #e9e9e9;padding: 6px;
    vertical-align: top;
    border-top: 1px solid #e9e9e9;}
table thead>tr{background: #62c1c5!important;}
table tr:nth-child(2n-1){padding: 12px;height: 30px;}
table tr:nth-child(2n){background: white;padding: 12px;height: 30px;}


input[disabled]{background: #e2e2e2!important;}
input[type="text"]{text-align: left!important;}
input[type="email"]{padding-left: 12px;border-radius: 4px;}
textarea{padding: 12px;border-radius: 4px;height: auto !important;}
input[type="date"],input[type="text"]{outline: none;-webkit-appearance: none;height: 30px;line-height: 30px;
    width: 100%;border: 1px solid #dcdcdc;

    border-radius: 4px; -webkit-box-sizing: border-box;box-sizing: border-box;
    background-color: #fff;color: #333;font-size: 14px;padding: 0 10px;
}
