/* Settings NAVIGATION SETUP */ .nav-tabs { float: left; width: 80%; margin: 0; list-style-type: none; padding-top: 20px; padding-bottom: 5px; /* border-bottom: 1px solid #ddd; */ } .nav-tabs > li { float: left; margin-bottom: -1px; } .nav-tabs > li > a { margin-right: 2px; line-height: 1.5; padding: 10px; /* border: 1px solid transparent; */ /* border-radius: 4px 4px 0 0; */ text-decoration: none; } .nav-tabs > li > a:hover { /* border-color: #eee #eee #ddd; */ } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555; cursor: default; background-color: #fff; /* border: 1px solid #ddd; */ /* border-bottom-color: transparent; */ } .tab-content > .tab-pane { float: left; width: 80%; display: none; } .tab-content > .tab-pane.active { display: block; padding: 10px; background-color: #fff; } /* TEXT SETUP */ .acwp-plain { width: 100%; height: 100%; background-color: #fff; color: #000; padding-left: 10px; } .acwp-explanation { font-style: italic; width: 80%; } .acwp-explanation-nf { font-style: italic; width: 50px; padding-left: 10px; } /* New Form Setup */ .acwp-newform-table { display: table; width: 100%; padding-top: 25px; padding-bottom: 12.5px; } .acwp-newform-table label, .acwp-newform-table .input-wrapper { display: table-cell; vertical-align: top; } .acwp-newform-table .input-wrapper { padding-left: 100px; } .acwp-newform-table label { width: 100px; } .acwp-newform-table .input-wrapper .table-form { width: 100%; }