.sv-game {
    width: 620px;
    padding: 20px 0 0 24px;
    box-sizing: border-box;
}

.sv-game .promo_pic{
    margin: 20px auto;
    display: block;

}

.sv-game .menu{
    display: block;
    width: 100%;
    list-style-type: none;
    margin-bottom: 32px;
}

.sv-game .menu li{
    float: left;
    margin-right: 15px;
}

.sv-game .menu a{
    display: inline-block;
    height: 35px;
    padding: 0 45px 0 30px;
    color: #fffefe;
    font-size: 14px;
    border-radius: 35px;
    line-height: 35px;
    background: #4c4c4c url('../../teenproblem/img/game/heart-silhouette.png') no-repeat 93% 50%;
}

.sv-game .menu a:hover,
.sv-game .menu a.active{
    background-color: #a80000
}

.sv-game .desc{
    font-size: 14px;
    color: #1d1d1d;
    padding-right: 15px;
}

.sv-game .desc a{
    color: #a80000;
}
.sv-game .desc a:hover{
    text-decoration: underline;
}

.sv-game .desc p{
    font-size: 14px;
    color: #1d1d1d;
    margin-bottom: 15px;
}


.sv-game .sv-item {
    position: relative;
}
.sv-game .browse h4,
.sv-game .most-articles h4 {
    display: none;
}

.sv-game .browse .sv-item-list,
.sv-game .most-articles .sv-item-list {
    list-style-type: none;
}

.sv-game .browse .sv-item-list .sv-item,
.sv-game .most-articles .sv-item-list .sv-item{
    width: 259px;
    height: 310px;
    float: left;
    -webkit-box-shadow: 0px 0px 10px 8px rgba(187,187,187,1);
    -moz-box-shadow: 0px 0px 10px 8px rgba(187,187,187,1);
    box-shadow: 0px 0px 10px 8px rgba(187,187,187,1);
    margin-bottom: 60px;
}

.sv-game .browse .sv-item-list .sv-item img,
.sv-game .most-articles .sv-item-list .sv-item img{
    width: 220px;
    height: 221px;
    display: block;
    margin: 17px auto 6px;
    box-sizing: border-box;
    border: 1px solid #bababa;
}

.sv-game .browse .sv-item-list .sv-item.left,
.sv-game .most-articles .sv-item-list .sv-item.left{
    margin-right: 60px;
}

.sv-game .browse li .cite,
.sv-game .most-articles li .cite {
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #4c4c4c;
}

.sv-game .browse li .user,
.sv-game .most-articles li .user {
    background-color: #a80000;
    color: #fefefe;
    display: inline-block;
    font-size: 12px;
    height: 17px;
    line-height: 18px;
    padding-right: 11px;
    position: absolute;
    text-align: left;
    text-indent: 16px;
    bottom: 11px;
    left: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    min-width: 80px;
    max-width: 168px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sv-game .browse li .likes,
.sv-game .most-articles li .likes {
    background: transparent url("../../teenproblem/img/game/sv-thumbs.png") no-repeat scroll 0 0;
    bottom: 11px !important;
    color: #a80000;
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    height: 29px;
    padding-left: 31px;
    position: absolute;
    right: 26px !important;
    text-indent: 4px;
    top: initial !important;
    width: auto;
}

.sv-game .browse li .likes:hover,
.sv-game .most-articles li .likes:hover {
    color: #4c4c4c;
    background-position: 0 -29px;
}


.sv-game .main-list-wrap {
    margin-bottom: 65px;
    margin: 0 auto;
}

.sv-game .main-list-item {
    position: relative;
    width: 260px;
    margin: 0 auto;
    padding: 0 0 40px;
    float: none;
    height: auto;
    -webkit-box-shadow: 0px 0px 10px 8px rgba(187,187,187,1);
    -moz-box-shadow: 0px 0px 10px 8px rgba(187,187,187,1);
    box-shadow: 0px 0px 10px 8px rgba(187,187,187,1);
    margin-bottom: 60px;
}

.sv-game .main-list-item img{
    width: 220px;
    height: 221px;
    display: table-caption;
    padding: 17px 20px 6px;
}

.sv-game .main-list-item .cite{
    padding: 0 20px;
    font-size: 12px;
    color: #4c4c4c;
}

.sv-game .main-list-item .user{
    background-color: #a80000;
    color: #fefefe;
    display: inline-block;
    font-size: 12px;
    height: 17px;
    line-height: 18px;
    min-width: 80px;
    padding-right: 11px;
    position: absolute;
    text-align: left;
    text-indent: 16px;
    bottom: 11px;
    left: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sv-game .main-list-item .likes{
    background: transparent url("../../teenproblem/img/game/sv-thumbs.png") no-repeat scroll 0 0;
    bottom: 11px !important;
    color: #a80000;
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    height: 29px;
    padding-left: 31px;
    position: absolute;
    right: 15px !important;
    text-indent: 4px;
    top: initial !important;
    width: auto;
}

.sv-game .main-list-item .likes:hover{
    color: #4c4c4c;
    background-position: 0 -29px;
}

.sv-game .main-list-item .fb-share-button{
    position: absolute;
    right: -32px;
    bottom: -40px;
}



.sv-game .tab-header {
    display: block;
    width: 100%;
    list-style-type: none;
    margin: 25px 0 32px;
}

.sv-game .sv-item-list,
.sv-game .tab-body {
    list-style-type: none;
}

.sv-game .tab-header li{
    width: auto;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.sv-game .tab-header li a{
    display: inline-block;
    height: 35px;
    padding: 0 30px;
    background-color: #a80000;
    color: #fffefe;
    border-radius: 35px;
    line-height: 35px;
    
}

.sv-game .link {
    text-align: right;
    margin-bottom: 50px;
}

.sv-game .link a {
    margin-right: 15px;
    text-align: left;
    line-height: 35px;
    font-size: 14px;
    border-radius: 18px;
    padding-right: 30px;
    height: 35px;
    background-color: #a80000;
    color: #fff;
    display: inline-block;
    background: #a80000 url('../../teenproblem/img/game/sv-all-arrow.png') no-repeat 93% 50%;
}

/* Form */
.sv-game #send_recipe input[type=text]{
    display: inline-block;
    padding-left: 12px;
    width: 249px;
    height: 30px;
    font-size: 15px;
    border: 1px solid #4c4c4c;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 19px;
    box-sizing: border-box;
}

.sv-game #send_recipe label{
    display: block;
    font-size: 14px;
    color: #a80000;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.sv-game #send_recipe textarea{
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    border: 1px solid #4c4c4c;
}

.sv-game #send_recipe .sv-button{
    display: inline-block;
    height: 35px;
    padding: 0 45px 0 30px;
    color: #fffefe;
    font-size: 14px;
    border-radius: 35px;
    line-height: 30px;
    border: 0 none;
    margin-top: 20px;
    background: #a80000 url('../../teenproblem/img/game/heart-silhouette.png') no-repeat 93% 50%;
}

.sv-game #send_recipe .sv-button:hover{
    cursor: pointer;
    background-color: #4c4c4c;
}

.sv-game #selected_file_name {
    margin-bottom: 10px;
}

.sv-game .note{
    color: #939598;
    font-size: 12px;
}

.sv-game label span,
.sv-game .star {
    display: inline-block;
    width: 14px;
    height: 12px;
    content: ' ';
    background: transparent url("../../teenproblem/img/game/sv_star.png") no-repeat scroll 0 0;
}

#play-game-msg a,
#like-recipe-msg a{
    color: #a80000;
}

#play-game-msg a:hover,
#like-recipe-msg a:hover{
    text-decoration: underline; 
}


/* Pagination */

.sv-game .alist-pager.pagination {
    margin: 35px 0 55px;
}

.sv-game .pagination-wrap {
    margin-right: 15px;
    float: right;
    display: inline-block;
    background-color: #a80000;
    padding: 0 20px;
    height: 35px;
    border-radius: 18px;
}

.sv-game .alist-pager.pagination .page{
    float: left;
    margin-top: 8px;
    margin: 8px 36px 0;
    width: 40px;
    text-align: center;
    display: inline-block;
    color: #fffefe;
    border: 0 none;
    background-color: transparent;
}

.sv-game .alist-pager.pagination input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fffefe !important;
}
.sv-game .alist-pager.pagination input::-moz-placeholder { /* Firefox 19+ */
    color: #fffefe !important;
}
.sv-game .alist-pager.pagination input:-ms-input-placeholder { /* IE 10+ */
    color: #fffefe !important;
}
.sv-game .alist-pager.pagination input:-moz-placeholder  { /* Firefox 18- */
    color: #fffefe !important;
}


.sv-game .alist-pager.pagination a.left{
    margin: 10px 0 0 0;
    overflow: hidden;
    text-indent: -9999px;
    color: transparent;
    float: left;
    width: 8px;
    height: 15px;
    background: transparent url('../../teenproblem/img/game/sv_page_left.png') no-repeat 0 0 !important;
}

.sv-game .alist-pager.pagination a.right{
    margin: 10px 0 0 0;
    overflow: hidden;
    text-indent: -9999px;
    color: transparent;
    float: left;
    width: 8px;
    height: 15px;
    background: transparent url('../../teenproblem/img/game/sv_page_right.png') no-repeat 0 0!important;
}





.game-clear:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}