/*
Copyright (C) 2016 User X, LLC http://whoisuserx.com <info@userx.co>

This program is the intellectual property of User X, LLC. You may
not redistribute and/or modify it without written consent by controlling
entities of User X, LLC.

You should have received a copy of our Web Developer Agreement which
outlines proper use and distribution of this program. If you did not
please email info@userx.co to request your copy.
*/
/*
    Created on : May 13, 2016, 11:19:27 AM
    Author     : John M. Woodcock <john@userx.co>
*/
body, h1, h2, h3, h4, h5, h6, ul, ol, li, p, blockquote, div, span, a {
  margin: 0;
  padding: 0;
}

/*
Copyright (C) 2016 User X, LLC http://whoisuserx.com <info@userx.co>
*/
/*
Copyright (C) 2016 User X, LLC http://whoisuserx.com <info@userx.co>
*/
.box_transition, body#trail #trail-wrapper .trail-img-container .trail-img-slider, body#map .trail-info .trail-img-wrapper .trail-content .trail-desc, body#map #map-type-controls, #wrapper #global-nav #global-subnav, #wrapper #global-nav, .drawer {
  -webkit-transition: all 0.3s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.box_shadow, #message-container > .message, .button, body#account .monthly-button.half, body#account .yearly-button.half, body#account .update-card-button {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
}

/* standard styles for positioning */
.left {
  float: left;
}

.right {
  float: right;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear {
  clear: both;
}

.half {
  width: 47.5%;
}

.third {
  width: 30%;
}

.quarter {
  width: 21.25%;
}

.two-thirds {
  width: 65%;
}

.quarter.left, .third.left, .half.left, .two-thirds.left {
  margin-right: 5%;
}

.quarter.last, .third.last, .half.last, .two-thirds.last {
  margin-right: 0 !important;
}

/* style to force divs to resize based on content */
.clearfix:after, body#trail #trail-wrapper #trail-types:after, .trail-tools:after, .review-wrapper .review .review-meta:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix, body#trail #trail-wrapper #trail-types, .trail-tools, .review-wrapper .review .review-meta {
  display: block;
}

html[xmlns] .clearfix, html[xmlns] body#trail #trail-wrapper #trail-types, body#trail #trail-wrapper html[xmlns] #trail-types, html[xmlns] .trail-tools, html[xmlns] .review-wrapper .review .review-meta, .review-wrapper .review html[xmlns] .review-meta {
  display: block;
}

* html .clearfix, * html body#trail #trail-wrapper #trail-types, body#trail #trail-wrapper * html #trail-types, * html .trail-tools, * html .review-wrapper .review .review-meta, .review-wrapper .review * html .review-meta {
  height: 1%;
}

.border_box {
  border: 1px solid;
  border-color: #999;
  border-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 20px;
  margin: 1em 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
}

.full {
  padding: 5%;
}

.unpad--top {
  padding-top: 0px !important;
}
.unpad--bottom {
  padding-bottom: 0px !important;
}

@media screen and (max-width: 768px) {
  .half, .third, .two-thirds {
    width: 100%;
    margin-right: 0 !important;
  }

  .quarter {
    width: 30%;
  }

  .three-quarters {
    width: 65%;
  }
}
@media screen and (max-width: 320px) {
  .quarter, .three-quarters {
    width: 100%;
    margin-right: 0 !important;
  }
}
form label sup {
  color: red;
}
form .required.error {
  border-color: red;
}

p {
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

.section {
  padding: 50px;
}
.section .container {
  max-width: 1080px;
  margin: 0px auto;
}

.tout {
  margin-bottom: 1em;
}
.tout img {
  display: block;
  float: left;
  width: 15%;
}
.tout h2, .tout h3, .tout h4, .tout p {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 80%;
}
.tout.stacked img {
  float: none;
  width: 100%;
  margin-bottom: 1em;
}
.tout.stacked h2, .tout.stacked h3, .tout.stacked h4, .tout.stacked p {
  float: none;
  width: 100%;
}
.tout.centered {
  text-align: center;
}
.tout.icon img {
  max-width: 40px;
  margin: 0px auto;
}

.button, body#account .monthly-button.half, body#account .yearly-button.half, body#account .update-card-button {
  border: none;
  outline: none;
  display: block;
  line-height: 1.2em;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  color: #333;
  background: #ffbb00;
  border-radius: 10px;
  font-weight: bold;
  z-index: 500;
  padding: 5px 10px;
  margin-bottom: 1em;
  cursor: pointer;
}
.button.center, body#account .center.monthly-button.half, body#account .center.yearly-button.half, body#account .center.update-card-button {
  float: none;
  margin: 0 auto 1em;
  max-width: 350px;
}
.button.drawer-close, body#account .drawer-close.monthly-button.half, body#account .drawer-close.yearly-button.half, body#account .drawer-close.update-card-button {
  position: absolute;
  top: 10px;
  left: 0px;
  background-color: #ddd;
  line-height: 30px;
  width: 30px;
  height: 30px;
  float: left;
  margin-left: 10px;
  padding: 0px;
  text-align: center;
}
.button.drawer-close:hover, body#account .drawer-close.monthly-button.half:hover, body#account .drawer-close.yearly-button.half:hover, body#account .drawer-close.update-card-button:hover {
  background-color: #f7f7f7;
}
.button:hover, body#account .monthly-button.half:hover, body#account .yearly-button.half:hover, body#account .update-card-button:hover, .button:active, body#account .monthly-button.half:active, body#account .yearly-button.half:active, body#account .update-card-button:active {
  text-decoration: none;
  color: #000;
}
.button:hover, body#account .monthly-button.half:hover, body#account .yearly-button.half:hover, body#account .update-card-button:hover {
  background-color: #ffc933;
}
.button.alert, body#account .alert.monthly-button.half, body#account .alert.yearly-button.half, body#account .alert.update-card-button {
  background-color: #ff6666;
  color: #fff;
}
.button.alert:hover, body#account .alert.monthly-button.half:hover, body#account .alert.yearly-button.half:hover, body#account .alert.update-card-button:hover {
  background-color: #ff3333;
}

.nav li {
  float: left;
}
.nav li.user-info {
  padding-right: 20px;
}
.nav li > a {
  padding: 0px 20px;
  text-decoration: none;
}

.drawer {
  position: absolute;
  top: 0px;
  padding: 20px 0px 50px;
  width: 50%;
  max-width: 400px;
  height: 100%;
  right: -400px;
  z-index: 200;
  background-color: #fff;
}
.drawer#search-drawer {
  z-index: 250;
}
.drawer h1, .drawer h2, .drawer h3, .drawer h4, .drawer h5, .drawer p {
  clear: both;
}
.drawer.open {
  right: 0px;
}
.drawer .iframe-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  width: 100%;
  height: 96%;
}
.drawer .iframe-wrapper iframe {
  border: none;
  outline: none;
  width: 100%;
  height: 96%;
  margin: 2% 0;
  background-color: transparent;
}

a.click-item {
  display: block;
  position: relative;
  padding: 5px 10px;
  width: 100%;
  max-width: 300px;
}
a.click-item:after {
  content: " ";
  overflow: hidden;
  display: block;
  clear: both;
  height: 1px;
}
a.click-item .img, a.click-item img {
  width: 30%;
  height: 50px;
  float: left;
  background-color: #ccc;
}
a.click-item h1, a.click-item h2, a.click-item h3, a.click-item h4, a.click-item h5, a.click-item h6, a.click-item p {
  font-size: 18px;
  width: 65%;
  float: right;
  margin: 0;
  padding: 0;
}
a.click-item p {
  font-size: 12px;
}

.review-wrapper .review p:last-child {
  margin-bottom: 0px;
}
.review-wrapper .review .review-user-since, .review-wrapper .review .review-date {
  font-size: 0.8em;
}
.review-wrapper .review .review-meta {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #efefef;
  margin-bottom: 0.5em;
}
.review-wrapper .review .review-meta .review-user-avatar {
  width: 20%;
  height: auto;
  max-width: 50px;
  float: left;
  margin-right: 15px;
}
.review-wrapper .review .review-meta .review-user {
  padding-top: 0.5em;
  float: left;
}
.review-wrapper .review .review-meta .review-admin {
  float: right;
}
.review-wrapper .review .review-body {
  clear: both;
  padding-top: 1em;
}

.trail-tools {
  padding-top: 10px;
  margin-bottom: 1em;
}
.trail-tools .trail-tool {
  text-align: center;
  line-height: 30px;
  height: 30px;
  display: block;
}
.trail-tools .trail-tool.rating {
  width: 130px;
  background: url(/images/rating-stars.png) no-repeat;
  background-position: 0 0;
}
.trail-tools .trail-tool.rating.avg-0 {
  background-position: -130px 0px;
}
.trail-tools .trail-tool.rating.avg-0-5 {
  background-position: -130px -30;
}
.trail-tools .trail-tool.rating.avg-1 {
  background-position: -130px -60px;
}
.trail-tools .trail-tool.rating.avg-1-5 {
  background-position: -130px -90px;
}
.trail-tools .trail-tool.rating.avg-2 {
  background-position: -130px -120px;
}
.trail-tools .trail-tool.rating.avg-2-5 {
  background-position: -130px -150px;
}
.trail-tools .trail-tool.rating.avg-3 {
  background-position: -130px -180px;
}
.trail-tools .trail-tool.rating.avg-3-5 {
  background-position: -130px -210px;
}
.trail-tools .trail-tool.rating.avg-4 {
  background-position: -130px -240px;
}
.trail-tools .trail-tool.rating.avg-4-5 {
  background-position: -130px -270px;
}
.trail-tools .trail-tool.rating.avg-5 {
  background-position: -130px -300px;
}
.trail-tools .trail-tool.rating.user-0 {
  background-position: 0px 0px;
}
.trail-tools .trail-tool.rating.user-0-5 {
  background-position: 0px -30px;
}
.trail-tools .trail-tool.rating.user-1 {
  background-position: 0px -60px;
}
.trail-tools .trail-tool.rating.user-1-5 {
  background-position: 0px -90px;
}
.trail-tools .trail-tool.rating.user-2 {
  background-position: 0px -120px;
}
.trail-tools .trail-tool.rating.user-2-5 {
  background-position: 0px -150px;
}
.trail-tools .trail-tool.rating.user-3 {
  background-position: 0px -180px;
}
.trail-tools .trail-tool.rating.user-3-5 {
  background-position: 0px -210px;
}
.trail-tools .trail-tool.rating.user-4 {
  background-position: 0px -240px;
}
.trail-tools .trail-tool.rating.user-4-5 {
  background-position: 0px -270px;
}
.trail-tools .trail-tool.rating.user-5 {
  background-position: 0px -300px;
}
.trail-tools .trail-tool.trail {
  width: 30px;
  background: url(/images/icon-wheel.png) no-repeat;
  background-size: 30px 30px;
  background-position: left center;
}

#message-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 180;
}
#message-container > .message {
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  margin: 10px auto;
  width: 90%;
  max-width: 500px;
}
#message-container > .message.alert {
  background-color: #fdd;
}
#message-container > .message.info {
  background-color: #ff9;
}
#message-container > .message.success {
  background-color: #bfb;
}
#message-container > .message > a {
  font-weight: bold;
  color: #000;
}

#wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 85px;
  padding-bottom: 50px;
  background-color: #f0f0f0;
}
#wrapper #header {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 200;
  width: 100%;
  height: 85px;
  background-color: #000066;
}
#wrapper #header h1 {
  text-indent: -20000px;
  background: url(/images/logo.png) no-repeat center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  height: 65px;
  max-width: 250px;
  width: 45%;
}
#wrapper #global-nav {
  z-index: 190;
  position: absolute;
  top: 10px;
  right: 10px;
}
#wrapper #global-nav .button, #wrapper #global-nav body#account .monthly-button.half, body#account #wrapper #global-nav .monthly-button.half, #wrapper #global-nav body#account .yearly-button.half, body#account #wrapper #global-nav .yearly-button.half, #wrapper #global-nav body#account .update-card-button, body#account #wrapper #global-nav .update-card-button {
  line-height: 30px;
  float: right;
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 0px 10px;
  white-space: nowrap;
}
#wrapper #global-nav .button.active, #wrapper #global-nav body#account .active.monthly-button.half, body#account #wrapper #global-nav .active.monthly-button.half, #wrapper #global-nav body#account .active.yearly-button.half, body#account #wrapper #global-nav .active.yearly-button.half, #wrapper #global-nav body#account .active.update-card-button, body#account #wrapper #global-nav .active.update-card-button {
  background-color: #fff;
  color: #000;
}
#wrapper #global-nav #global-subnav {
  position: absolute;
  top: -300px;
  right: 0px;
}
#wrapper #global-nav #global-subnav.active {
  top: 40px;
}
#wrapper #global-nav #global-subnav .button, #wrapper #global-nav #global-subnav body#account .monthly-button.half, body#account #wrapper #global-nav #global-subnav .monthly-button.half, #wrapper #global-nav #global-subnav body#account .yearly-button.half, body#account #wrapper #global-nav #global-subnav .yearly-button.half, #wrapper #global-nav #global-subnav body#account .update-card-button, body#account #wrapper #global-nav #global-subnav .update-card-button {
  width: 150px;
  clear: both;
}
#wrapper #content-wrapper {
  background-color: #fff;
  padding: 2%;
}
#wrapper #footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  color: #ccc;
  padding: 0px 20px;
  height: 60px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 500;
  overflow: hidden;
}
#wrapper #footer a {
  color: #fff;
}
#wrapper #footer #copyright {
  float: left;
  line-height: 50px;
}
#wrapper #footer #footer-tools {
  float: right;
}
#wrapper #footer #footer-tools a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 5px;
}

body#account #header, body#account #footer {
  position: relative;
}
body#account #header {
  margin-bottom: 20px;
}
body#account #wrapper {
  height: auto;
}
body#account #mod-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
body#account #footer {
  background: transparent;
  color: #666;
}
body#account #footer #copyright {
  margin: 0 auto;
  padding: 0;
  float: none;
  text-align: center;
}
body#account #footer a {
  color: #000;
}
body#account #footer #footer-tools {
  visibility: hidden;
  display: none;
}
body#account .monthly-button.half, body#account .yearly-button.half, body#account .update-card-button {
  margin-bottom: 1em;
}
body#account form[name=cancel] {
  text-align: center;
}
body#account form[name=cancel] input[type=submit].button, body#account form[name=cancel] input[type=submit].monthly-button.half, body#account form[name=cancel] input[type=submit].yearly-button.half, body#account form[name=cancel] input[type=submit].update-card-button {
  float: none;
  padding: 0 20px;
  margin: 0 auto 15px;
}

body#map #map-key {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
  position: absolute;
  bottom: 60px;
  left: 10px;
  z-index: 50;
}
body#map #map-key > a {
  color: #000;
  text-decoration: none;
  text-align: center;
  display: block;
  float: left;
  margin: 0px 10px;
  font-size: 11px;
}
body#map #map-key > a img {
  height: 30px;
  width: auto;
}
body#map #map-key > a.disabled {
  opacity: 0.25;
}
body#map #map-type-controls {
  position: absolute;
  top: 50px;
  right: 10px;
  z-index: 50;
  width: 145px;
}
body#map #map-type-controls select {
  padding: 5px;
  width: inherit;
}
body#map #map-container {
  z-index: 20;
  width: 100%;
  height: 100%;
}
body#map .trail-info {
  max-width: 300px;
}
body#map .trail-info.loading {
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: center;
  min-width: 75px;
  min-height: 75px;
}
body#map .trail-info .trail-img-wrapper {
  position: relative;
  overflow: hidden;
}
body#map .trail-info .trail-img-wrapper .trail-img {
  display: block;
}
body#map .trail-info .trail-img-wrapper .trail-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 5px 5%;
  background: rgba(0, 0, 0, 0.5);
}
body#map .trail-info .trail-img-wrapper .trail-content * {
  color: #fff;
}
body#map .trail-info .trail-img-wrapper .trail-content .trail-name {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
}
body#map .trail-info .trail-img-wrapper .trail-content .trail-desc {
  position: relative;
  top: 50px;
  text-align: center;
  height: 0px;
}
body#map .trail-info .trail-img-wrapper:hover .trail-desc {
  top: 0px;
  height: initial;
}
body#map .trail-info .trail-tools {
  padding-top: 10px;
}
body#map .trail-info .trail-tools .trail-tool {
  text-indent: -20000px;
}
body#map .trail-info .trail-tools .trail-tool.rating {
  float: left;
}
body#map .trail-info .trail-tools .trail-tool.trail {
  float: right;
}
body#map #footer {
  bottom: 0px;
  top: auto;
  text-align: center;
}
body#map #footer a {
  color: #ccc;
}
body#map #footer a:hover {
  color: #fff;
}
body#map #trail-drawer {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 450px;
}
body#map #trail-drawer.open {
  right: 0px;
}
body#map #search-drawer {
  z-index: 300;
  width: 20%;
  min-width: 250px;
  background-color: #fff;
}
body#map #search-drawer form {
  clear: both;
  padding: 10px;
}
body#map #search-drawer form input {
  width: 100%;
  display: block;
}
body#map #search-drawer form input[type=text] {
  margin-top: 10px;
  line-height: 40px;
  padding: 0px 5px;
  font-size: 16px;
}

#search-toggle {
  display: block;
  position: absolute;
  background: #000;
  width: 30px;
  height: 30px;
  right: 10px;
  bottom: 10px;
  z-index: 60;
}

body#trail {
  padding: 0px;
  margin: 0px;
  background: transparent;
}
body#trail h1 {
  font-size: 24px;
  font-weight: bold;
}
body#trail h2 {
  font-size: 18px;
  font-weight: bold;
}
body#trail #trail-wrapper > p {
  clear: both;
}
body#trail #trail-wrapper .trail-img {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  display: block;
  margin-bottom: 0.5em;
}
body#trail #trail-wrapper .trail-img-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}
body#trail #trail-wrapper .trail-img-container .trail-img-slider {
  position: relative;
}
body#trail #trail-wrapper .trail-img-container .trail-img-slider .trail-img {
  float: left;
}
body#trail #trail-wrapper .trail-img-container .trails-img-slider-controls {
  position: absolute;
  width: 90%;
  top: 80px;
  left: 5%;
}
body#trail #trail-wrapper .trail-img-container .trails-img-slider-controls a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  color: #333;
  font-size: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  text-align: center;
  line-height: 40px;
}
body#trail #trail-wrapper .trail-img-container .trails-img-slider-controls a.prev {
  float: left;
}
body#trail #trail-wrapper .trail-img-container .trails-img-slider-controls a.next {
  float: right;
}
body#trail #trail-wrapper .trail-tools {
  padding: 1.5em 0;
  margin: 0;
}
body#trail #trail-wrapper .trail-tools > div, body#trail #trail-wrapper .trail-tools > p {
  font-size: 12px;
  width: 47.5%;
  text-align: center;
  float: left;
  margin-bottom: 1em;
}
body#trail #trail-wrapper .trail-tools > div .trail-tool, body#trail #trail-wrapper .trail-tools > p .trail-tool {
  margin: 0 auto;
}
body#trail #trail-wrapper #trail-types a.trail-type {
  display: block;
  float: left;
  padding: 5px;
  margin: 2px;
  background: #eee;
  color: #aaa;
  border-radius: 3px;
  text-decoration: none;
}
body#trail #trail-wrapper #trail-types a.trail-type.active {
  background-color: #0ff;
  color: #000;
}
body#trail #trail-wrapper #trail-types a.trail-type.active:hover {
  color: #000;
}
body#trail #trail-wrapper #trail-types a.trail-type:hover {
  text-decoration: inherit;
  color: #aaa;
}
body#trail #trail-wrapper form .container {
  color: #999;
  margin-bottom: 1em;
}
body#trail #trail-wrapper form .container label {
  padding: 0;
  margin: 0 0 0.25em 0;
  color: #000;
}
body#trail #trail-wrapper form .container .input-instructions {
  font-size: 11px;
}
body#trail #trail-wrapper form .container input, body#trail #trail-wrapper form .container textarea {
  color: #333;
}
body#trail #trail-wrapper form .container #trail-types a.trail-type {
  cursor: pointer;
}
body#trail #trail-wrapper form .container#trail-images #list span img {
  height: 75px;
  margin: 10px 10px 0 0;
  border: 2px solid #000;
}
body#trail #trail-wrapper form .container#trail-images #list span[data-status=new] img {
  border-color: #0ff;
}
body#trail #trail-wrapper form .container#trail-images #list span.remove img {
  border-color: red;
  opacity: 0.5;
}
body#trail #trail-wrapper form .container#trail-images #trail-images-container img {
  padding: 20px 20px 0 0;
}
body#trail.trail-full #wrapper {
  padding-top: 100px;
  height: auto;
}
body#trail.trail-full #wrapper #trail-wrapper {
  padding: 2%;
}
body#trail #trail-review-list .trail-review {
  margin: 25px 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #dfdfdf;
}
body#trail #trail-review-list .trail-review .trail-review-user-icon img {
  width: 100%;
  height: auto;
}
body#trail #trail-review-list .trail-review .trail-review-comment .trail-review-user {
  font-size: 1.25em;
  font-weight: bold;
}

#error-404 h1 {
  background-image: url(/images/404_header.jpg);
  background-size: cover;
  background-position: center;
  padding: 200px 20px 20px 20px;
  margin: 0px;
  font-size: 30px;
  color: #fff;
  text-shadow: 0px 5px 3px rgba(0, 0, 0, 0.5);
  text-align: center;
}

@media screen and (max-width: 1200px) {
  #wrapper #footer {
    height: 120px;
  }
  #wrapper #footer #adbutler-map-footer {
    top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #copyright span {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .drawer {
    min-width: 50% !important;
  }

  body #map #header {
    width: 45%;
  }
  body #map #header h1 {
    width: inherit;
  }
}
@media screen and (max-width: 320px) {
  body#trail #trail-wrapper .trail-tools > p, body#trail #trail-wrapper .trail-tools > div {
    width: 100%;
    float: none;
  }
}

/*# sourceMappingURL=base.css.map */
