.contests-preview {
    width: 48%;
    float: left;
    margin: 0px 10px 10px 0px;
}
.contest-detail h1 {
	font-size: 2.4em;
    margin-bottom: 20px;
}
.contests-preview-img {
    border-radius: 5px 5px 0px 0px;
    width: 100%;
	height: 200px;
}
span.contest-short-description {
    font-size: 1.15em;
}
span.contest-text-short-description {
    font-size: 2.5em;
}
span.contest-label-rules {font-size: 1.6em;margin-top: 15px !important;display: block;}
.contests-content {
    background-color: #ededed;
    height: 155px;
    padding: 10px;
    border-radius: 0px 0px 5px 5px;
}
a.contests-button {
    margin-top: 15px;
    background-color: #702c49;
    display: block;
    height: 25px;
    line-height: 25px;
    padding: 5px;
    border-radius: 5px;
    width: 220px;
    color: #ffffff;
    font-size: 1.2em;
}
.contests-featured {
    width: 100%;
    /* float: left; */
    margin: 0px 10px 10px 0px;
}
.contests-featured-img {
    width: 100% !important;
    height: 380px !important;
	border-radius: 5px 5px 0px 0px;
}
.contest p{font-size: 1.25em !important; line-height: 1.5em !important; margin: 0 0 20px 0 !important; }
.contest ol {list-style: decimal !important; }
.contest li {font-size: 1.25em !important; margin: 0 0 15px 35px !important; }