
.masthead {
	padding: 30px 0 30px;
	margin-bottom: 0;
}

.masthead h1 {
	font-size: 75px;
	line-height: 1;
	letter-spacing: -2px;
	font-weight: bold;
}

#header{
	background:linear-gradient(to right, rgba(100,149,237,0.2), rgba(100,149,237,1));
	height:100px;
}

.header-section {
	padding: 50px 0;
	background: #222;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	padding-left: 0;
	margin-left: 0;
	color: #FFF;
}

.header-row {
	width: 960px;
	margin: auto;
}

.header-push {
	height: 250px;
}

.main {
	padding-top: 40px;
	min-height: 370px;
}

.footer-left {
	float: left;
}

.footer-right {
	float: right;
}

.flashes {
	list-style-type: none;
	margin-left: 0;
}

.unvisible{
	display: none;
}

#kor_button{
	background-color: rgba(100,149,237,1);
}

.col-md-3{
	font-size:30px;	
}

.dropdown-menu{
	background-color: rgba(100,149,237,0.2);
}

.dropdown-menu > li{
	cursor: pointer;
}

.dropdown-menu > li > a:hover{
	color:#fff;
	background-color: rgba(100,149,237,0.7);
}

hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #CFCFCF; /* old IE */
    background-color: #CFCFCF; /* Modern Browsers */
}

.page-header{
	border-bottom: 1px solid #CFCFCF;
}

#app-name{
	/*float:left;*/
	color:#FFFFF0;
	text-align:center;
	margin-top: 10px;
	/*margin-left: 43%;*/
	font-family: Tahoma, Geneva, sans-serif;
	text-shadow: 2px 2px rgba(100,149,237,1);
}

.container_width{
	width:60%;
}

#users_table{
	background-color: rgba(100,149,237,0.1);
}

.pagination a {cursor: pointer}
