.menuTypeButton>div {
    float: left;
    width: 16.6%;
    text-align:center;
}
.menuTypeButton>div>a>img {
    width: 45px;
}

.menuTypeButton>div>a>h2, .menuTypeButton>div>a>h1{
   font-size: 16px;
    font-weight: normal;
    margin: 0

}
#newairplanes{
display: inline;
    font-size: 22px;
    line-height: 30px;
}
@media (max-width: 590px){
.menuTypeButton>div>a>span, .menuTypeButton>div>a>h2, .menuTypeButton>div>a>h1{
    display:none;
}

}


.roundborderdiv
{
-webkit-border-radius: 13px;
-khtml-border-radius: 13px;    
-moz-border-radius: 13px;
border-radius: 13px;
}
 
.rounddiv {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;

  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;

  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}




.post_title{
    font-size: 24px;
	margin: 0 !important;
	background: #ffcc1a;
	text-transform: none;
	padding-left: 10px;
	margin-bottom: 0px;
    line-height: 1.5em;
	color:black;
}
.post_title a:hover{
	color:black !important;
	
}

.post_title a{
	color:black;	
}

.post_price{
	height: 0;
	position: relative;
	bottom: -20px;
}

.post_price>div{
	padding: 4px;
    background: #4c4c4c;
    width: 160px;
    text-align: center;
    color: #f1f1f1;
    float: right;
	margin-right: 15px;
}

.post_table{
	padding:5px;
	table-layout: fixed;
    width: 100%;
}

.post_table td
{
	vertical-align:top;
	
	
}

.post_table_spec td:first-child{
	font-weight:bold;
	
}

.post_table_contact td:first-child{
	line-height: 14px;
	width: 25px;
	
}

.post_table_contact td{
    word-wrap: break-word;
}

.post_table_contact td>img
{
	min-width:23px !important;
	max-width:23px !important;
}

.post_table_contact td>a:hover
{
	border-bottom: solid 2px #ffcc1a;
    font-weight: bold;
}



.tableside{
	
	width:50%;
	float: left;
}

@media (max-width: 800px){
#tabledivider {
	clear:both;
	
}

.tableside{
	width:100%;
	
}

.post_table td:nth-child(2) {
    text-align: right;
}

}

