#awards .row {
    margin-bottom:2em;
}

.award-thumb {
    max-width:100%;
    width:350px;
    /* height: 192px; */
    /* background-color: #898989; */
    overflow:hidden;
    margin: 0 auto 10px;
}

.award-thumb a {
    display:block;
    width: 100%;
    height: 100%;
}
    
.award-thumb img {
    max-width: 100%;
    height: auto;
}
.award-item {
    text-align: center;
}

.award-box
{
	padding: 10px;
	/* 
border: 1px solid #5CB7EC;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	min-height: 280px;
 */
}

/* 
.award-box:hover
{
	box-shadow: 0 0 15px #5CB7EC;
	-moz-box-shadow: 0 0 15px #5CB7EC;
	-webkit-box-shadow: 0 0 15px #5CB7EC;
}
 */

.award-item .deadline
{
}

.award-item .description
{
	font-size: 15px;
	margin-top: 1em;
}

.award-item .description a
{
	font-weight: bold;
}

.award-item .btn {
    text-transform: uppercase;
}

#content table#awards-pricing tr td {
    border-top: none !important;
    padding: 10px 10px;
}
table#awards-pricing, table#awards-pricing th, table#awards-pricing td {
   border: 1px solid #000000 !important;
}
table#awards-pricing {
    margin: 0px auto !important;
}