/* Start custom CSS */h1.entry-title {
color: #CF2622;
font-size: 39px;
line-height: 1;
font-weight: 400;
}
strong {
font-weight: bold !important;
}
em {
font-style: italic !important;
}
a {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.4;
}

ul { 
    list-style: disc !important;
    margin-left: 20px !important;
}
.entry-content .catch-all-section tr td {
border: 1px solid #eee !important; 
padding: 6px 24px;
}

.catch-all-section td {
font-size: 16px;
color: #000;
    font-weight: 400;
}

.catch-all-section h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}


table.hourstable {
  width: 100%;
  border-collapse: collapse;
  border-width: 0px;
  border-style: solid;
  color: #000000;
}

table.hourstable td, table.hourstable th {
  border-width: 2px;
  border-color: #ffcc00;
  border-style: solid;
  padding: 3px;
  border-bottom: 0px solid #ddd !important;
}

table.hourstable thead {
  background-color: #ffcc00;
}


.widget-title {
    margin-bottom: 10px;
    margin-top: 30px;
}

.widget-content:first-child .widget-title {
    margin-top: 0px !important;
}

.widget-area .widget {
    padding: 0px 10% 20px 10% !important;
}

.widget-area.sidebar{
    padding-top: 40px;
}/* End custom CSS */