/*Members only section*/
#subnav_wrapper #subnav {
display: block;
- overflow: hidden;
- width: 100%;
+ /*overflow: hidden;*/
+ /*width: 100%;*/
border: 1px solid #f5ad1a;
- margin-left: 10px;
+ /*margin-left: 10px;*/
}
#subnav_wrapper #subnav h2 {
background: none repeat scroll 0 0 #f5ad1a;
display: block;
margin: 0 !important;
padding: 5px 10px !important;
- width: 100%;
+ /*width: 100%;*/
}
#subnav_wrapper #subnav ul {
display: block;
margin: 0;
overflow: hidden;
padding: 5px 10px;
- width: 100%;
+ /*width: 100%;*/
}
#subnav_wrapper #subnav ul li {
display: block;
margin: 0;
overflow: hidden;
padding: 0;
- width: 100%;
+ /*width: 100%;*/
}
#subnav_wrapper #subnav ul li a {
color: #898989;
{width: 25% !important;}
.calendar *.button {margin: 0;display:inline;}
select[name^="btime"], select[name^="etime"] {width: 25% !important;}
-.webform label.glmCheckBox {width: 100% !important;}
\ No newline at end of file
+.webform label.glmCheckBox {width: 100% !important;}
+/*#toolbox {margin-left:auto;margin-right:auto; width:auto !important;}*/
+/*Reset stuff*/
+#main b, strong {
+ font-weight: bold;
+}
+#main li ul, li ol {
+ margin:0;
+}
+#main ul,#main ol {
+ margin:0;
+}
+#main ul {
+ list-style-type:none;
+ line-height: inherit;
+ font-size: inherit;
+ text-shadow: 0;
+}
+#main ol {
+ list-style-type:none;
+}
+#main ol ol {
+ list-style: none;
+}
+#main ol ol ol {
+ list-style: none;
+}
+#main ol ol ol ol {
+ list-style: none;
+}
\ No newline at end of file
{sideNav:h}
</nav>
</div>
- <div class="small-12 medium-10 columns">
+ <div id="toolbox" class="small-12 medium-10 medium-offset-2 columns">
<flexy:include src="toolbox.html">
</div>
{else:}
- <flexy:include src="toolbox.html">
+ <div id="toolbox">
+ <flexy:include src="toolbox.html">
+ </div>
{end:}
<!-- ######### /Placeholder content ######### -->
-<div id="toolbox">
{if:toolboxContent.glmSearch}
{toolboxContent.glmSearch:h}
{end:}
{if:toolboxContent.membersOnly}
{toolboxContent.membersOnly:h}
{end:}
-</div>