/*awards.css*/

.profawardbox{
	width: 689px;
	height: 256px;
	float: left;
}

.profawards{
height: 226px;overflow: auto;
}

.award {
	position: relative;
	float: left;
	padding: 6px 32px;
	width: 105px;
}

.award .info {
	position: absolute;
	background: rgb(218 217 208 / 81%);
	color: #a71e44;
	top: 0px;
	left: 0px;
	width: 159px;
	height: 109px;
	padding: 2px 3px;
	display:none;
	z-index: 1;
	font-size: 9.5pt;
	text-align: justify;
	border: 1px solid;
}

.award .info titel{
    width: 160px;
    height: 19px;
    display: block;
    font-family: 'Rajdhani';
    border-bottom: 1px solid;
    text-align: center;
    font-size: 13px;
}

.award .info .text{
    width: auto;
    height: 67px;
    padding: 3px;
    text-align: justify;
    font-size: 12pt;
    overflow: auto;
}

.award .info i{
color: #a71e44;
}

.award:hover .info {
	display: block;
}

.award .info h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #a71e44;
	color: #a71e44;
	text-align: center;
}

.award .info .date {
	font-size: 10pt;
	height: 17px;
	/* float: right; */
	background-color: rgb(39 38 30 / 0%);
	color: #a71e44;
	width:auto;
	text-align: right;
}

.away, .ban {
	width: 90%;
	border: solid #a71e44;
	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: #a71e44;
}

.away div, .ban div {
	display: inline-block;
	width: 90%;
	border-top: 1px solid #a71e44;
	padding-top: 5px;
}

/*Awardpage*/

.awardbox{float:left;width: 597px;height:550px;margin:1px;}

.awardhead{
font-family: 'Rajdhani';
text-align:center;
font-size:26pt;
color:#a71e44;
border-bottom:1px solid #a71e44;
text-transform:uppercase;
}

.awardhead2{
font-family: 'Rajdhani';
text-align:center;
font-size:13pt;
color:#a71e44;
border-bottom:1px solid #a71e44;
}

.awardbox1{
height:500px;
overflow:auto;
}

.awardbox2{
	background-color:#dad9d0;
	float:left;
	margin: 2px;
	width: 190px;
	height: 240px;}

.awardbox3{
}

.awardbox4{
    height: 50px;
    overflow: auto;
    padding: 5px;
    text-align: justify;
}

.awardbox5{
}

.awardbox5 .postbit_buttons > a:link,
.postbit_buttons > a:visited, 
.postbit_buttons > a:active {
    display: inline-block;
    padding: 2px 5px;
    margin: 2px;
    font-size: 12pt;
    background: #dad9d0;
    border: 1px solid #a71e44;
	color: #a71e44;
}

.awardbox5 .postbit_buttons > a:hover{
background: #e2416d;
border: 1px solid #a71e44;
color: #dad9d0;
-webkit-transition: all ease 0.6s;
-moz-transition: all ease 0.6s;
-o-transition: all ease 0.6s;
transition: all ease 0.6s;
}