@import url('config.less');
#rewards{
    h2{
        font-size:14px;
        text-transform:uppercase;
        .helvetica-neue-medium;
    }
    ul{
        margin:0; padding:0;
        margin-bottom:30px;
    }
    li{
        width:300px;
        list-style:none;
        font-size:12px;
        border-bottom:1px black dotted;
        line-height:25px;
        .helvetica-neue-roman;
        span:last-child{
            width:100px;
            float:right;
            text-align:center;
            color:#d46a27;
        }
    }
    li:last-child{
        border-bottom:none;
    }
    li:only-child{
        border-bottom:1px black dotted;
    }
    a:link{
    display:block;
    width:120px; height:53px;
    font-size:25px;
    text-decoration:none;
    color:black;
    border:2px black dotted;
    text-align:center; line-height:50px;
    .archer-bold-italic;
    }
}

.fix-dialog{
	z-index:100;
}

.responsiveimg{
    max-width: 100%;
    height: auto !important;
}

#content {
    div.title {
    h2 {
             line-height: 32px !important;
             margin-top: 50px;
         }
    }
    }

div.title {

}

.callustoday{
    display:none;
    margin: 80px 0px 20px -25px;
}