/*
 * HackerRank Profile Widget for WordPress
 *
 *     Copyright (C) 2015 Henrique Dias <hacdias@gmail.com>
 *     Copyright (C) 2015 Luís Soares <lsoares@gmail.com>
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */


.hackerrank-widget .hrPane {
    margin-bottom: 8px;
    width: 100%;
    font-size: 1em;
}

.hackerrank-widget .hrPane:last-child {
    margin-bottom: 0;
}

.hackerRankWidgetContent {
    padding: 5px;
}

/* PROFILE */

.hackerrank-widget .hrUserRealName,
.hackerrank-widget .hrUserNameLink {
    font-weight: bold;
}

/* BADGES */

.hackerrank-widget .hrBadgeImage {
    display: inline-block;
    max-width: 40px;
}

.hackerrank-widget .hrBadgeContent {
    display: inline-block;
    vertical-align: top;
}

.hackerrank-widget .hrBadgeLevel {
    display: inline-block;
}

.hackerrank-widget .hrBadgeProgress {
    height: 10px;
    width: 100px;
    border-radius: 3px;
}

.hackerrank-widget .hrBadgeProgressBar {
    border-radius: 3px;
    height: 10px;
}

/* CONTESTS */

.hackerrank-widget .hrContests {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* BUTTONS */

.hackerRankWidgetButton {
    cursor: pointer;
    width: 1em;
    height: 1em;
    display: inline-block;
}

.hackerRankWidgetButtonNext {
    opacity: 0.4;
    background-image: url('../assets/right.png');
}

.hackerRankWidgetButtonPrev {
    opacity: 0.4;
    background-image: url('../assets/left.png');
}

.hackerRankButtonDisabled {
    opacity: 0.2;
}
