/*
Theme Name:   Twenty Three Deals
Theme URI:    http://TwentyThreeDeals.com/
Description:  Twenty Three modified theme to display deals
Author:       John Doe
Author URI:   http://example.com
Template:     DtOnCs
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, fluid, responsive
Text Domain:  twentythree
*/
.content-area-fluid{
    width:100%;
}
#primary-fluid{
    width:100%;
}
.site-content-fluid{
    display:flex; justify-content:center;
}
.main-content-fluid{
    padding-left:20px; padding-right:20px;
}
.recent-coupons-fluid{
    width:100%;
}
.recent-coupon-container-fluid{
    padding:10px; margin:10px; border-style:dashed; border-width:medium; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; background-color:#FFF; border-color:#CCC; box-shadow:2px 2px 2px #DDD; float:left; display:inline; width:325px; height:325px;
}