/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */




/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}
.rehub_feat_block.table_view_block {
    display: table;
    margin: 15px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
}

.rehub_feat_block, .rehub_bordered_block {
    border: 1px solid #CECECE;
    box-shadow: 0 0 20px #F0F0F0;
    margin-bottom: 25px;
    padding: 18px 16px;
    overflow: hidden;
    clear: both;
    position: relative;
    background-color: #fff;
}

.rehub_feat_block.table_view_block {
    display: table;
    margin: 15px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
}

.rehub_feat_block.table_view_block .btn_offer_block {
    font-size: 17px;
    line-height: 17px;
}
.rehub_feat_block.table_view_block .btn_offer_block {
    font-size: 20px;
    line-height: 20px;
    margin: 0 auto;
    background-color: #fb7203;
    text-shadow: 0 1px 0 #444;
    text-decoration: none !important;
    background: #f99800;
    float: left;
    color: #ffffff !important;
    padding: 0.5em 0.7em 0.5em 0.7em;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.wpsm_box.green_type {
    color: #5f9025;
    background: #ebf6e0;
    border: 1px solid #b3dc82;
}


.wpsm_box a {
text-decoration:underline;
font-weight:bold;
font-size:18px;
}

.green_type a {
text-decoration:underline;
font-weight:bold;
font-size:18px;
}

.nonefloat_box a {
text-decoration:underline;
font-weight:bold;
font-size:18px;
}

.wpsm_box.nonefloat_box {
    float: none;
}
.wpsm_box {
    display: block;
    padding: 15px;
    margin: 0 0 20px 0;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wpsm_box.green_type .btn_offer_block2 {
    font-size: 20px;
    line-height: 20px;
    margin: 0 auto;
    background-color: #ebf6e0;
    text-shadow: 0 1px 0 #444;
    text-decoration: none !important;
    background: #f99800;
    float: left;
    color: #ffffff !important;
    padding: 0.5em 0.7em 0.5em 0.7em;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

