/*

color scheme: TO BE FOLLOWED
============================

#336699		deeper blue		control background, main theme
#6E92B5		deep blue			result table head, sub theme
#E8EAF6		light blue		form background color
#E0E0E0		gray					result table hover
#FFFFFF		pure white		result background

*/
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css); 
body {
	font-family: 'Noto Sans KR', 'PT Sans Narrow', 'Apple SD Gothic Neo', '맑은 고딕', 'Malgun Gothic', sans-serif;
	font-style: normal;
	font-weight:400;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*
select, input {
	background: #E8EAF6;
	border: none;
}
*/

#pann {
	background-color: #FFFFFF;
}
#leftdiv,
#topdiv {
	background: #003366;
	color: #dddddd;
}
#app_name {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 1em;
	text-align: center;
}
#leftdiv > form {
	padding-bottom: 15px;
}
#leftdiv .form-control,
#leftdiv .input-group-addon {
	padding: 6px;
	/* now it looks slimmer than the default styling */
}
#leftdiv .col-xs-3.col-md-4 {
	word-wrap: break-word;
	padding-right: 0;
	/* now the left column would show the label text wholly. */
}

#topdiv {
	padding: 1em 0.5em;
	font-size: 1.25em;
}
#titlespan {
	color: #ffcc00;
	font-size:16px;
	font-weight:bold;
}
#titlespan1 {
	color: white;
	font-size:16px;
	font-weight:bold;
}
.traded{
	padding-left:0px;
	padding-right:0px;
	
}