/* Full width class */
body.full #lower-area{ /*width: 100%; */}
body.full #right-col{ display: block; }
.centered{ text-align: center; }

/* hide the FMSA, FM Go buy and try buttons as default */
#subnav-buy-now{ display: block; }
#subnav-adv-buy-now{ display: none; }
 
/* Bottom Callout links */
.callout#trailing-links{ padding-top: 10px; background: url(/products/filemaker-server/images/overview/bg_next_steps.png) repeat-x 0 0; }
.callout#trailing-links .firstcolumn{ width: 45%; border-right: 1px solid #ddd; }
.callout#trailing-links .lastcolumn{ width: 43%; padding-left: 40px; }
.callout#trailing-links h4{ font-size: 130%; margin-bottom: 22px; padding: 5px 40px; background: url(/products/filemaker-server/images/icon_next_steps_sm.png) no-repeat 0 0; }
.callout#trailing-links li{ margin: 10px 0; }

/* Feature list */

.oftwo.features{ margin-top: 25px; margin-bottom: 30px; }
.firstcolumn.features{ width: 45%; }
.lastcolumn.features{ width: 45%; padding-left: 20px; }

.feature-list{ clear: left; height:auto; margin-bottom:40px;}
.feature-list.last{ min-height: 100px; }
.feature-list img{ float: left; margin-top: 5px; }
.feature-list h4, 
.feature-list p{ margin-left: 90px !important; color:#535353;}
.feature-list h4{ margin-bottom: 4px !important; font-size: 16px !important; font-weight: bold; font-size: 120%; }
  
  /* Specific to feature list on FMS Overview (/products/filemaker-server/)  */
#overview .lastcolumn.features{ padding-left: 40px; }
.feature-list h4, 
.feature-list p{ margin-left: 110px !important; }

#overview div.feature-13.last { margin-bottom: 0px; }

#resource-center .callout { background: none; width:700px;  float:left; }
#resource-center .callout a { padding-right: 20px; color: #431CA6; background: url(/site/images/sidebar/arrow_gray_circle.png) no-repeat 100% 2px; }
#resource-center .leftcol { float: left; }
#resource-center .rightcol { float: right;}
#resource-center .leftcol, .rightcol { width: 45%; }
#resource-center .callout h3 { margin-bottom: 5px !important; }
#resource-center .callout .desc { margin-bottom: 15px; }


/* RETINA DISPLAY */
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.callout#trailing-links h4{ background-image: url(/products/filemaker-server/images/icon_next_steps_sm_2x.png);background-size:60px 54px; }
}