/*awards.css*/

.profawardbox{
	width: 742px;
	height: 192px;
}

.profawards{
height: 164px;
overflow: auto;
}

.award {
	position: relative;
	display: inline-block;
	margin: 2px 19px;
	/* border: 1px solid; */
}

.award .info {
	position: absolute;
	background: #453753ed;
	color: #c9c5bd;
	top: -2px;
	left: -19px;
	width: 141px;
	height: 108px;
	padding: 2px;
	display:none;
	z-index: 1;
	font-size: 9.5pt;
	text-align: justify;
}

.award .info i{
color: #deb45c;
}

.award:hover .info {
	display: block;
}

.award .info .awardhead {
	/* text-transform: uppercase; */
	border-bottom: 1px solid #deb45c;
	color: #deb45c;
	text-align: center;
	font-size: 12px;
}

.award .info .awarddate {
	font-style: oblique;
	font-size: 10px;
	float: right;
	/* background-color: rgb(69 55 83 / 0.9); */
	color:#deb45c;
	display:block;
	width:auto;
	margin-top: 0px;
	padding-right: 5px;
}

.award .info .awarddescript{
    width: 136px;
    height: 71px;
    /* border: 1px solid; */
    font-size: 12px;
    overflow: auto;
    text-align: justify;
    padding: 2px;
}

.away, .ban {
	width: 90%;
	border: solid #deb45c;
	border-width: 1px 5px;
	padding: 15px 10px 5px 10px;
	margin: 10px auto;
}

.ban {
 border: solid LightCoral;
}

.away i, .ban i {
	font-size: 20px;
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	color: #c9c5bd;
}

.away div, .ban div {
	display: inline-block;
	width: 90%;
	border-top: 1px solid #5c453e;
	padding-top: 5px;
}

