table {
    width: 100%;
    border-collapse: collapse;
}

tr.header > td {
    background-color: #1E46B2;
    border-top: 1px solid #8AA9F6;
    border-bottom: 1px solid #8AA9F6;
    color: #FFF;
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
    padding: 5px !important;
}

tr.header:hover > td {
    background-color: #EFEFEF !important;
}

tr:hover > td {
    background-color: #F0F0F0;
}

td.left {
    border-left: 1px solid #A8A8A8;
}

td.right {
    border-right: 1px solid #A8A8A8;
}

td {
    padding: 5px;
    text-align: left;
    padding-left: 20px;
}

td > div {
    width: 16px;
    height: 16px;
    background: url(/static/img/site-icons/tick.png)
}

#fh-container {
  width: 1000px;
  margin: 0 auto;
}

