.blue-wrap{
	padding: 4px 8px;
}
.item{
	padding: 12px 0;
	border-bottom: 1px solid#EEEEEE;
}
.half>span{
	display: inline-block;
	width: 40%;
}
.skill{
	padding: 18px 10px;
	background-color: #EEEEEE;
	line-height: 24px;
}
.table>thead>tr>th{
	border-bottom: 1px solid #ddd;
}
.table>thead>tr>th,
.table>tbody>tr>td{
    font-size: 12px;
	border-top: none !important;
    text-align: center;
    padding: 8px 0;
}
.mytable>tbody>tr>td{
	padding: 8px 0;
}
.mytable>tbody>tr>th{
	text-align: right;
}
.row .form-control{
	display: inline;
	background-color: #eeeeee;
	border: none;
	border-radius: 0;
	box-shadow: unset;
}
.myth{
	font-size: 14px;
	display: inline-block;
	width: 100px;
	color: #2a719b;
	font-weight: bold;
	text-align: right;
}
.form>div{
	margin-bottom: 16px;
}
.bt{
	font-size: 20px;
	font-weight: bold;
	color: #2A71B9;
	margin: 0;
}
.mt-16{
    margin-top: 16px;
}
.input-group-addon{
}