.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    padding: 0 15px;
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
}

/* DivTable.com */
.divTable {
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableCell, .divTableHead {
	display: table-cell;
	vertical-align: middle;
	padding: 3px 10px;
}

.divTableCell img {
	margin-left: auto;
	margin-right: auto;	
}

.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

/* table for results */
.results th, .results td  {
    padding-left: 5px;
    padding-right: 5px;
    border-style: solid;
    border-width: 1px;
}

.results tr:nth-child(odd) {
    background-color: #f7f7f7;
}

.results tr:nth-child(even) {
    background-color: #d7d7d7;
}

.strikethrough {
	text-decoration: line-through;
}