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