table thead tr th {
    background-color: #ECEDEE;
    border: 1px solid #ECEDEE;
    font-size: 12px;
    line-height: 20px;
    padding: 0.6em;
    text-align: center;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
	table-layout: fixed;
}
table td {
    border: 1px solid #E5E5E5;
    font-size: 14px;
    padding: 0.6em;
    text-align: left;
    vertical-align: top;
	word-wrap: break-word;
}
.heading-menu .menuhead h2 {
    display: inline-block;
    font-weight: 300;
    letter-spacing: -1px;
    font-size: 24px;
    line-height: 0px;
}