/*  Methods Stylesheet                                             */
/*  Last Updated: 12/04/2015 LT - search box                       */
/*                11/30/2015 MJ - Added column style               */
/*                11/25/2015 MJ - Added more table styles          */
/*                11/20/2015 MJ - Added method page styles         */
/*                11/15/2013                                       */

h3 { margin-bottom: -5px;}

/* Styles below are for method pages */
.img-caption > img { width: 97%; }
.borderless td, .borderless th { border: none; }
.marginl	{ margin-left: 40px; }
.marginlsmall	{ margin-left: 20px; }
.overline	{ text-decoration: overline; }
.valign	{ vertical-align: middle !important; } /* !important flag used to override bootstrap's vertical-align rules, which are more specific */
.divline	{ border-top: 1px solid #434343; margin: 0 0 5px 0; }
.border-top tr:nth-of-type(1n+3) td { border: none; }
.border-double-top tr:nth-of-type(1n+4) td { border: none; }
.border-triple-top tr:nth-of-type(1n+5) td { border: none; }
tr.no-border > td { border-top: none; }
tr.borderadded > td { border-top: 1px solid #DDD !important; }
.twoColumns	{ column-count: 2; -moz-column-count: 2; -webkit-column-count: 2; }

/* STYLING FOR SEARCH BOX */
#method-search { min-height:65px; }
#method-search div { position: relative; padding-right: 75px; }
#method-search input[type="text"] { width: 100%; }
#method-search .btn { width: 50px; position: absolute; right:0; bottom: 0px; }