<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
    .assign_background{
        background: url("https://cdn.gosupermodel.com/images/friend_badges/assign.png") no-repeat;
        height:207px;
        position:relative;
    }

    div.badge_button{
        cursor: pointer;
        height: 100px;
        position: absolute;
        right: 0px;
        top: -10px;
        width: 92px;
        text-align: center;
    }

    .user_validation .friend_badges_edit_show_badge{
        position:absolute;
        cursor: pointer;
        height: 98px;
        width: 108px;
    }

    .user_validation .friend_badges_edit_show_img{
        position:absolute;
        top:18px;
        left:22px;
    }

    .user_validation .friend_badges_edit_show_badge_selected{
        background: url("https://cdn.gosupermodel.com/images/friend_badges/selected.jpg") no-repeat;
        color:white;
        height: 98px;
        width: 108px;
    }

    .user_validation .friend_badges_edit_show_badge_not_selected{
        color: #848484;
        height: 98px;
        width: 108px;
    }

    .user_validation .friend_badges_edit_show_name{
        height: 14px;
        position: absolute;
        text-align: center;
        width: 102px;
        padding:3px;
    }

    .my_badges{
        background: url("https://cdn.gosupermodel.com/images/friend_badges/my_badges.jpg") no-repeat;
        position:relative;
        width:724px;
        height:187px;
    }

    .my_badges .badge{        
        float: left;
        height: 180px;
        margin-right: 6px;
        position: relative;
        width: 175px;
    }

    .badge .top{
        color: white;
        left: 6px;
        position: absolute;
        top: 3px;
    }

    .badge .middle{
        left: 49px;
        position: absolute;
        top: 32px;
    }

    .badge .buttom{
        left: 11px;
        position: absolute;
        top: 147px;
        width: 151px;
    }

    .badge .buttom .text{
        position:relative;
        float:left;
        font-weight:bold;
    }

    .badge .buttom .number{
        position:relative;
        float:right;
    }

    .black_panel .friend_badges_table{
        border:0px;
        background-color:transparent;
        color:white;
    }
    

    table.friend_badges_table td{
        padding: 5px 5px;
    }
    .black_panel table.friend_badges_table  tr.odd td , .black_panel table.friend_badges_table td {
        border:0px;
    }
    .black_panel .friend_badges_table a, .black_panel .friend_badges_table a:visited {
        color:white;
    }

    .badge_button_img{
        height:100px;
        width:80px;
        text-align:center;
        color:#c63c8b;
    }

    .badge_button_img .give_badge{
        font-weight: bold;
        height: 30px;
        left: 6px;
        line-height: 14px;
        position: absolute;
        top: 24px;
        width: 69px;
        font-size:10px;
    }

    .badge_button_img .change_badge{
        font-weight: bold;
        height: 30px;
        left: 6px;
        line-height: 14px;
        position: absolute;
        top: 40px;
        width: 69px;
        color:white;
        display:none;
        font-size:10px;    
    }

    .badge_button_img_small{
       height: 80px;
        width: 64px;
    }

        .give_friend_badge_hug .top{
        width:372px;
        float:left;
    }

    .give_friend_badge_hug .image{
        position:absolute;
        top:47px;
        right:11px;
    }

    .give_friend_badge_hug .table{
        float: left;
        width: 372px;
    }
</pre></body></html>