﻿h2.ribbon {
    font-size: 25px;
    color: #ebe7f4;
    border-radius: 4px 4px 0 0;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
    background: rgba(127,46,138,1);
    background: -moz-linear-gradient(top, rgba(127,46,138,1) 0%, rgba(109,15,118,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(127,46,138,1)), color-stop(100%, rgba(109,15,118,1)));
    background: -webkit-linear-gradient(top, rgba(127,46,138,1) 0%, rgba(109,15,118,1) 100%);
    background: -o-linear-gradient(top, rgba(127,46,138,1) 0%, rgba(109,15,118,1) 100%);
    background: -ms-linear-gradient(top, rgba(127,46,138,1) 0%, rgba(109,15,118,1) 100%);
    background: linear-gradient(to bottom, rgba(127,46,138,1) 0%, rgba(109,15,118,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f2e8a', endColorstr='#6d0f76', GradientType=0 );
}
.rankbox {
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
    padding: 0px 25px;
    /* border: 1px solid; */
    margin: -10px 0 10px;
    border-radius: 0px 0px 4px 4px;
}

.viewbtn,
    .quotesbtn {
        background: #008CBA;
        border: 1px #007095 solid; 
    }

.medium-text-right {
    margin: 9px 21px 0;
}

.custom-pagination {
        display: inline-block;
        padding-left: 0;
    }

        .custom-pagination li {
            display: inline;
        }
        .custom-pagination>li>a, .custom-pagination>li>span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }