.buttonclass {
	font-size: 14px;
	height: auto;
	line-height: 18px;
	border:0px;
	width:139px;
	text-transform: none;
	border-radius: 8px;
	color: #FFFFFF;
	display: block;
	padding: 6px 17px 6px 6px;
	clear: both;
//	background: #000008;
	background:  #474747;
}

.title{
font-family: 'Open Sans Condensed', sans-serif;
font-size: 22px;
color: #000000;
font-weight: 300;
letter-spacing: -1px;
}
.sub-text{
font-family: Tahoma, Geneva, sans-serif;
font-size: 11px;
color: #7a7979;
margin-left: 2px;
margin-top: 9px;
}
.label-text{
color: #7a7979;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
font-weight: 300;
}
.odd {
background-color: #f3f3f3;
}

.btnpost{
	background-color: #d8001a;
	border-radius: 8px;
	padding-top: 6px;
	padding: 6px 6px 10px;
	text-decoration:none;
	color:#fff;
	font-size: 15px;
	line-height: 38px
}
.mapbutton{
direction: ltr;
overflow: hidden;
cursor: pointer;
text-align: left;
position: relative;
color: rgb(0, 0, 0);
font-family: Roboto, Arial, sans-serif;
-webkit-user-select: none;
font-size: 11px;
background-color: rgb(255, 255, 255);
padding: 4px;
border-bottom-left-radius: 2px;
border-top-left-radius: 2px;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.14902);
-webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
font-weight: 500;
}