@media only screen and (min-width: 768px) {
  .reset-pw .form-group {
    float: left;
    width: 40%;
    margin-right: 10%;
  }
}
.registration-form .reg-form-wrapper .checking {
  font-style: italic;
}
.registration-form .reg-form-wrapper .error {
  background-color: transparent;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .registration-form .reg-form-wrapper .checking,
  .registration-form .reg-form-wrapper .error,
  .registration-form .reg-form-wrapper .ok-msg {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .registration-form .reg-form-wrapper {
    width: 100%;
  }
  .registration-form .reg-form-wrapper .form-group {
    width: 90%;
    float: left;
    clear: left;
  }
  .registration-form .reg-form-wrapper .checking,
  .registration-form .reg-form-wrapper .error,
  .registration-form .reg-form-wrapper .ok-msg {
    width: 90%;
    float: left;
    margin-top: 30px;
    padding-left: 15px;
  }
  .registration-form .reg-form-wrapper button.form-submit {
    clear: left;
    display: block;
  }
}

/* Fix for menu breaking into two rows in Opera */
#axis-search-main-form {
  width: 88%; /* was 92% */ 
}

/* Fixes for giving accessory dropdown auto width */
@media only screen and (max-width: 767px){
  #accessory-cat-dropdown-wrapper #accessory-cat-dropdown.btn {
    width: 100% !important;
  }
  #accessory-cat-dropdown-wrapper ul.accessory-dropdown-menu {
    width: 100%;
  }
}
#accessory-cat-dropdown-wrapper #accessory-cat-dropdown.btn {
  max-width: 100%;
  min-width: 150px;
  width: auto !important;
}
#accessory-cat-dropdown-wrapper #accessory-cat-dropdown.btn .button-text {
  padding-right: 10px;
}
#accessory-cat-dropdown-wrapper ul.accessory-dropdown-menu {
  max-width: 100%;
  min-width: 150px;
  width: auto !important;
}
/* Hide welcome to new site-message */
.new-site-welcome {
  display: none;
}
/* Styles for everything between chunk row start and chunk row end */
.chunk-row-start {
  padding-top: 15px;
}
.chunk-row-start, .chunk-row-end {
  background-color: #f3f1ee;
}
@media (min-width: 768px){
  .chunk-row-start, .chunk-row-end {
    margin-left: -45px;
    margin-right: -45px;
  }
}
.text-image-tool-base {
  position: relative;
  padding-bottom: 55px !important;
  border: 15px solid #f3f1ee;
}
.text-image-tool-base .action-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
.text-image-tool-base .action-buttons a.action-button{
  display: table-cell;
  width: 50%;
  min-width: 1px;
  text-align: center;
  padding-right: 13px;
}
.text-image-tool-base .action-buttons a.action-button:first-child{
  /*background-color: #9b8b7e;*/
  background-color: #aaa;
  color: #fff;
  background-image: none;
}
.text-image-tool-base .action-buttons a.action-button:first-child:hover{
  background-color: #9b8b7e;
}
.text-image-tool-base h2 {
  font-family: 'LubalinGraphStd-Demi';
  font-size: 18px;
  line-height: 25px;
  margin-left: 15px;
}
@media (min-width: 992px) {
  .text-image-tool-base-table.table-display {
    display: table;
    width: 100%;
  }
  .text-image-tool-base {
    display: table-cell;
    float: none;
    vertical-align: top;
    width: 25%;
  }
}
@media (max-width: 768px) {
  .text-image-tool-base .img-container img {
    max-width: 256px;
  }
}
.tool-overlay-modal .modal-header {
  border-bottom: 0;
}
.tool-overlay-modal .modal-footer {
  border-top: 0;
}
.tool-overlay-modal .modal-content {
  border-radius: 2px;
}
.tool-overlay-modal .close {
  font-size: 30px;
  padding: 10px 15px;
  background-color: #ccc;
  margin-right: -15px;
  margin-top: -15px;
}
@media (min-width: 768px) {
  .tool-overlay-modal .modal-lg {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .tool-overlay-modal .modal-lg {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .tool-overlay-modal .modal-lg {
    width: 1170px;
  }
}
.tool-overlay-modal .modal-header {
  padding-bottom: 0;
}
.tool-overlay-modal .the-text > div:first-child {
  border-top: 1px solid #eee;
  padding-top: 15px;
}
.tool-overlay-modal h2.modal-title {
  padding-bottom: 0;
  font-family: 'LubalinGraphStd-Demi';
}
.tool-overlay-modal.chunk {
  background-color: transparent !important;
}
.tool-overlay-modal.chunk.axis-hover {
  /* Override for poorman's inline gui */
  position: fixed !important;
  background-color: transparent !important;
}
/* Ugly fixes for poorman's editing mode, making things look slightly better */
.poormans.table-display {
  display: block;
}
.poormans.text-image-tool-base, .poormans .text-image-tool-base {
  display: block;
  float: left;
}



/* ugly dirty hack */
.chunk-nid-43518 {
  display: none! important;
}



