/* New styles for EDGE Rad for Twitter Bootstapped version */

/* layout */
body {padding-top:0px;}

/* links */
a img {border:0;}

/* forms */
textarea {height:90px;}

/* classes */
.footer {margin-top:45px;padding:35px 0 36px;border-top:1px solid #E5E5E5;}
.totals {font-weight:bold;}
#search-results th {line-height:27px;}

/* Large desktop */
@media (min-width: 1200px) {

}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	body {padding-top:0;}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	body {padding-top:0;}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	#search-results h3 small {display:block;}
}

