/*
* Copyright 2012, Consumer Direct Inc.
* Author: cpeery
* Created: Jun 17, 2012
*/

/* #Default Browser
================================================== */

/* quick definitions */
#quick-definitions-nav {
  position: relative;
}
#quick-definitions-nav .ln-letters {
  display: inline-block;
  padding-top: 15px;
  width: 100%;
}
#quick-definitions li h5 {
  font-weight: 600;
}
#quick-definitions li p {
  margin-top: 0;
}

.ln-letters {
  text-align: center;
}
.ln-letters a {
  font-size: 1.1em;
  padding: 6px 18px;
  margin-right: 5px;
  border-right: 1px solid silver;
  border-left: none;
  border-top: none;
  border-bottom: none;
  float: none;
  display: inline-block;
  margin-top: 5px;
}

.borderless td,
.borderless th {
  border: none !important;
}
li p,
li h5 {
  margin-left: 5px;
}

body.windowed #content {
  padding-top: 35px;
}

body.security .security-image-container {
  text-align: center;
}
body.security .security-detail-container h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
body.security .security-detail {
  margin-bottom: 45px;
}
body.security .security-image-container img {
  margin: 0 auto;
}

ol.nested-numbers {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol.nested-numbers > li {
  display: table;
  counter-increment: item;
  margin-bottom: 8px;
}

ol.nested-numbers > li:before {
  content: counters(item, '.') '. ';
  display: table-cell;
  padding-right: 0.6em;
}

ol.nested-numbers > li ol > li {
  margin: 0;
}

ol.nested-numbers > li ol > li:before {
  content: counters(item, '.') ' ';
}

@media (min-width: 1200px) {
}

@media (max-width: 980px) {
}

@media (max-width: 979px) {
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  legend {
    display: none;
  }
  .form-actions {
    margin-bottom: 0;
    padding-bottom: 0 !important;
  }
  .form-actions .btn {
    width: 100%;
  }
  strong {
    font-weight: 400;
  }
}

/* Landscape phones and down */
@media (max-width: 480px) {
  body.windowed #content {
    padding-top: 60px;
  }
  body.security .security-detail {
    margin-bottom: 25px;
  }
  body.security .security-image-container img {
    margin-bottom: 25px;
  }
  body.security #security-what-you-can-do {
    margin-bottom: 50px;
  }
}
