.content-block table {
    margin-bottom: 25px;
    border-collapse: collapse;
    text-align: left;
    border: 0;
    border-top: 1px solid #ebedf1;
    border-left: 1px solid #ebedf1;
    border-radius: 4px;
    background: #fff;
}

.content-block table th {
    font-size: 21px;
    font-weight: normal;
    line-height: 18px;
    padding: 10px 20px;
    color: #333;
    border: 1px solid #ebedf1;
    border-right-width: 2px;
    background: #ebedf1;
}

.content-block table td {
    padding: 6px 8px;
    border: 1px solid #ebedf1;
}

.content-block table thead tr {
    background: #309be1;
}

.content-block table thead td {
    color: #fff;
    border-color: #309be1;
}

.content-block table p,
.content-block table h1,
.content-block table h2,
.content-block table h3,
.content-block table h4 {
    background-color: inherit;
    box-shadow: inherit;
}

.content-block table tbody > tr {
    -webkit-transition: background 160ms ease-out;
            transition: background 160ms ease-out;
}

.content-block table tbody > tr:nth-child(2n) {
    background: #fff5f5;
}

.content-block table tbody > tr:hover {
    background: #f5f3f3;
}


.content-block table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-bottom: 25px;
    border: 1px solid #1C472B;
    text-align: left;
    background: #FFF;
}

.content-block table th {
    border: 1px solid #1C472B;
    line-height: 30px;
    font-weight: normal;
    font-size: 13px;
    color: #FFF;
    padding: 4px 20px;
    background: #204F30;
}

.content-block table td {
    font: 15px/20px arial;
    border: 1px solid #D5D5D5;
    padding: 11px 10px 11px 10px;
}

.content-block table p,
.content-block table h1,
.content-block table h2,
.content-block table h3,
.content-block table h4 {
    background-color: inherit;
    box-shadow: inherit;
}