#live_event_questions {
    margin: 15px -15px 0;
}
#live_event_questions .question-container {
    font-size: 16px;
    margin-bottom: 15px;
}
#live_event_questions .question-container .question-information {
    float: left;
    width: 75%;
    color: #7d7d7d;
}
#live_event_questions .question-container .question-votes {
    float: right;
    text-align: right;
    width: 25%;
    color: green;
    font-size: 18px;
    font-weight: bold;
}
#live_event_questions .question-container .question-votes .question-add-vote {
    color: #00adef;
    font-weight: bold;
    cursor: pointer;
}
#live_event_questions .question-container .question-votes .question-add-vote:hover {
    text-decoration: none;
}
#live_event_questions .question-container .question-title {
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
    color: #000;
}
.sort-container {
    text-align: right;
    margin: 0 -15px 15px 0;
    font-size: 16px;
}
.sort-container a {
    cursor: pointer;
}
.sort-container a.active {
    font-weight: bold;
    text-decoration: underline;
}
.sort-container a:hover {
    color: #73d8ff;
    text-decoration: none;
}
.fa-thumbs-up {
    background: #e1e1e1;
    padding: 7px;
    margin-left: 5px;
    border-radius: 3px;
    font-size: 18px;
    color: #7d7d7d;
}
.fa-thumbs-up.voted {
    background: #00ADEF;
    color: #fff;
}
@media (max-width: 767px) {
    #live_event_questions {
        margin: 0;
    }
    #live_event_questions .question-container {
        padding-bottom: 15px;
        border-bottom: 1px solid #e1e1e1;
    }
    #live_event_questions .question-container:last-child {
        border: 0;
    }
    #live_event_questions .question-container .question-information {
        width: 70%;
    }
    #live_event_questions .question-container .question-information .name {
        display: block;
        color: #000;
        font-weight: bold;
    }
    #live_event_questions .question-container .question-information .country {
        color: #000;
    }
    #live_event_questions .question-container .question-information .date {
        margin:  5px 0;
        font-size: 14px;
    }
    #live_event_questions .question-container .question-votes .recorded {
        color: #7d7d7d;
        font-size: 16px;
        font-weight: normal;
    }
    #live_event_questions .question-container .question-votes .question-add-vote {
        color: #00adef;
        font-size: 16px;
        font-weight: normal;
    }
    .sort-container {
        margin: 0 0 15px;
    }
}