
/*-------------------------------------------------------------------
Restive.JS - Default
-------------------------------------------------------------------*/
.row-fluid {padding: 0 0 15px 0; min-height: 20px;}
.row-fluid .title, .row-fluid .content {width: 100%;}
.row-fluid .heading {width: 100%; font-weight: bold;}
.row-fluid .cmText {width: 100%;}


/*-------------------------------------------------------------------
Restive.JS - Mobile
-------------------------------------------------------------------*/

.mobi * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(boxsizing.htc);
}

.mobi {}
.mobi.phone {padding: 0;}
.mobi.tablet {}

/** Layout **/

/** Header **/

/** Content **/
.mobi #closingModal .row-fluid .span4 {width: 100%;}

/** Footer **/
