﻿.contest-space {
    overflow: hidden;
    display: block;
    padding: 10px 0;
}
.contest-space span.giveaway {
    display: block;
    overflow: hidden;
    vertical-align: top;
    text-align: right;
}

.contest-space a:hover {
    text-decoration: underline;
    color: #bb0000;
}

.contest-space .giveaway i.fa-caret-right, .contest-space a {
    font-size: 0.85em;
    /*font-weight: 400;*/
    color: #bb0000;
}
.contest-space .giveaway i.fa-caret-right {
    padding-right: 5px;
}


@media only screen and (max-width: 991px) {

.contest-space span.giveaway {
      text-align: left;
}
}

@media only screen and (max-width : 767px) {	

.topics ul.topics-content li, .contest-space {
	padding:0;
	}
}

/* ---------------
	 GE14 SPECIAL
   --------------- */

.ge-icon {
	margin-right:6px;
}

.giveaway.ge a{
	color:#b00;
	vertical-align:top;
}