@charset "utf-8";
/* CSS Document */

div,body,td,th,button {
	font-size:15px;
	font-family:prompt;
}

body {
	margin:0 0 0 0;
}
#title-bar {
	display:inline-block;
	position:relative;
	background-color:#187bcd;
	width:100%;
	height:40px;
	vertical-align:bottom;


}
#title-bar #text {

	font-size:18px;
	padding-left:20px;
	padding-top:7px;
	color:white;
}
#title-bar #underline {
	display:inline-block;
	position:absolute;
	bottom:0px;
	background-color:#ffcc33;
	width:100%;
	height:5px;
}

#content {
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	
	
}

.cursor-hand,button {
	cursor: pointer;
}

button {
	border-radius:3px;
}