@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
    color: #333;
    font: 14px 'Open Sans',Arial,Helvetica,sans-serif;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
}

thead th, .th1 th {
    height: 36px;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #333;
}

td {
    height: 36px;
    line-height: 15px;
}

