* { margin: 0; padding: 0; cursor: default; }

body {
    font: normal 12px/1.5em "Lucida Grande", Helvetica, sans-serif;
}

strong { color: #555; }

ol li {
    margin: 0.3em 0 0.9em 0.5em;
}
ul li {
    margin: 0.3em 0 0.9em 0.7em;
}
img {
    margin: 0.4em 0 0.8em;
}
a {
    color: #007aff;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
}
#menu,
#results {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 216px; /* total width needs to be 240, thus */
    padding: 8px 12px;
    overflow-y: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#edeef1), to(#fff));
    background: -moz-linear-gradient(top, #EDEEF1, white);
    font-size: 10px;
}
#menu a {
    color: #666;
    text-decoration: none;
/*    font-weight: bold;*/
    display: block;
    padding: 4px 0;
}
#menu a.active {
    color: #000;
}
#menu ul {
    list-style: none;
}
#menu li {
    margin: 0;
    padding: 0 0 0 15px;
    position: relative;
}
#menu li ul {
    display: none;
}
#menu li.open > ul {
    display: block !important;
}
#menu li.openable {
    background: url(img/openable.png) 0 8px no-repeat;
}
#menu li.openable.open {
    background: url(img/open.png) 0 8px no-repeat;
}

#menu li.add span {
    color: green;
    display: block;
}

#content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 240px;
    overflow-y: auto;
    padding: 0 32px 36px;
    background: #fff;
}
#content h1 {
    margin: 19px 0 7px 0;
    font-size: 1.5em;
    font-weight: normal;
    color: #000;
    padding: 7px 0 9px 0px;
}

#content h2 {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    margin: 1.25em 0 -3px 0;
}
#content p {
    margin: 0.5em 0 0.9em;
}
#content li li {
    margin: 0.3em 0 0.9em 0.5em;
}
#content ul,
#content ul ul,
#content ol ul {
    margin: 0.9em 0 0.9em 0.8em;
    list-style: disc;
}
#content .answer ul {
    list-style: disc;
}
#content li blockquote ul {
    list-style: square;
}
#content ol,
#content ul ol,
#content ol ol {
    margin: 0.9em 0 0.9em 1.3em;
}
#content ul p,
#content ol p {
    margin: 0.3em 0 0.9em;
}
#content blockquote {
    margin: 0.5em 0 0.9em 1.3em;
}
#content ol.alpha {
    counter-reset: item;
    list-style-type: none;
    margin-left: 0;
}
#content ol.alpha > li {
    font-weight: bold;
    display: block;
    margin-left: 0;
}
#content ol.alpha > li:before {
    content: counter(item, upper-alpha) " - ";
    counter-increment: item;
}
#content ol.alpha > li > div {
    font-weight: normal;
    display: inline;
}
#content ol.alpha ul,
#content ol.alpha ol {
    margin-left: 2.8em;
}

#content p.see {
    margin-top: 1.3em;
    margin-bottom: 0.3em;
    font-weight: bold;
    font-size: 10px;
}
#content p.also {
    margin: 0.2em 0 0.2em;
    font-size: 12px;
}
div.question {
    margin: 16px 0 0 0;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
.question + .question {
    margin: -1px 0 0 0;
}
.question .title {
    padding: 6px 0;
    font-weight: bold;
    position: relative;
    z-index: 10;
    cursor: pointer;
    color: #000;
}
.question .title:hover {
    text-decoration: underline;
}
.question .answer {
    display: none;
    position: relative;
    top: -2px;
}
.open .title {
    margin: 0 0 -5px 0;
}
.open .answer {
    display: block;
}
.hide,
.show {
    float: right;
    font-size: 9px;
    font-weight: normal;
    color: #2a8adb;
}
.show { display: block; }
.hide { display: none; }
.open .show { display: none; }
.open .hide { display: block; }

#content .answer > p {
    margin-top: 0.9em;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 10px;
    margin: 1.1em 0 !important;
    border: none;
}
table tr {
    border: none;
}
table th {
    text-align: left;
    padding: 4px 10px 3px 5px;
    background: #9BA0AF;
    color: #fff;
    white-space: nowrap;
    border: none;
}
table tbody:not(:first-child) th {
    background: #EDEEF1;
    color: #555;
    padding-top: 7px;
    padding-bottom: 6px;
}
table td {
    border: none;
    border-bottom: 1px solid #eee;
    padding: 8px 6px 8px 5px;
    color: #555;
}
#content table p {
    margin: 0;
}

#home {
    display: table;
    height: 100%;
    width: 100%;
}
#home .wrap {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#home h1 {
    background: none !important;
    padding: 0;
    font-size: 2.5em;
    letter-spacing: -0.05em;
    margin: -0.2em 0 0.4em 0;
    line-height: 1em;
}
#home p {
    color: #737373;
    font-size: 1.25em;
    margin: 0;
    padding: 0 50px 30px;
}

.debug {
    position: absolute;
    top: 5px;
    right: 30px;
    background: rgba(255,0,0,0.1);
}

.progress .veil {
    background: #fff;
}
.progress .content {
    box-shadow: none;
}

body {
  background-image: -webkit-linear-gradient(top, #e6e9ea 0, #f9fafb 800px);
  background-image: -moz-linear-gradient(top, #e6e9ea 0, #f9fafb 800px);
  background-image: -o-linear-gradient(top, #e6e9ea 0, #f9fafb 800px);
  background-image: -ms-linear-gradient(top, #e6e9ea 0, #f9fafb 800px);
  background-image: linear-gradient(top, #e6e9ea 0, #f9fafb 800px);
  background-attachment: fixed;
  background-repeat: no-repeat;
/*  color: rgb(72, 72, 72);*/
  color: rgb(0, 0, 0);
  font: 14px/21px HelveticaNeue,"Helvetica Neue",Helvetica,sans-serif;
  
  -webkit-text-size-adjust: none;
}

.spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
	width: 50px;
	height: 50px;
	background: url(img/activityindicator.png) 50% 50% no-repeat;
	-webkit-animation-name: activityIndicatorAnimation;
	-webkit-animation-duration: 0.75s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes activityIndicatorAnimation {
	0%{-webkit-transform:rotate(0deg);}
	8.32%{-webkit-transform:rotate(0deg);}
	8.33%{-webkit-transform:rotate(30deg);}
	16.66%{-webkit-transform:rotate(30deg);}
	16.67%{-webkit-transform:rotate(60deg);}
	24.99%{-webkit-transform:rotate(60deg);}
	25%{-webkit-transform:rotate(90deg);}
	33.32%{-webkit-transform:rotate(90deg);}
	33.33%{-webkit-transform:rotate(120deg);}
	41.66%{-webkit-transform:rotate(120deg);}
	41.67%{-webkit-transform:rotate(150deg);}
	49.99%{-webkit-transform:rotate(150deg);}
	50%{-webkit-transform:rotate(180deg);}
	58.32%{-webkit-transform:rotate(180deg);}
	58.33%{-webkit-transform:rotate(210deg);}
	66.66%{-webkit-transform:rotate(210deg);}
	66.67%{-webkit-transform:rotate(240deg);}
	74.99%{-webkit-transform:rotate(240deg);}
	75%{-webkit-transform:rotate(270deg);}
	83.32%{-webkit-transform:rotate(270deg);}
	83.33%{-webkit-transform:rotate(300deg);}
	91.66%{-webkit-transform:rotate(300deg);}
	91.67%{-webkit-transform:rotate(330deg);}
	99.99%{-webkit-transform:rotate(330deg);}
	100%{-webkit-transform:rotate(360deg);}
}

#preview #menu,
#preview #content {
	top: 0;
}

.left-orientation {
    /*  position: relative;*/
/*    margin: 0 auto;*/
    float: left;
/*    padding: 0;*/
    min-width: 320px;
    max-width: 1156px;
}

.centered {
/*  position: relative;*/
  margin: 0 auto;
  padding: 0;
  min-width: 320px;
  max-width: 1156px;
}
#toolBar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  padding: 0 10px;
  height: 52px;
  background: #fafbfb;
/*background: rgba(1.0,0.2,0.2,1.0);*/
background-color:white;
  box-shadow: 0 0 2px rgba(0,0,0,.75);
	line-height: 24px;
  -webkit-transition: height .3s ease-in-out;
  -moz-transition: height .3s ease-in-out;
  -ms-transition: height .3s ease-in-out;
  -o-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out;
}

  #toolBar h1.wrap {
    overflow: hidden;
    margin: 4px 68px;
    min-width: 320px;
    max-width: 1156px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
/*    font-weight: 400;*/
font-size: 28px;
line-height: 1.85714;
font-weight: normal;

/*    font-weight: normal;*/
/*    line-height: 1.9;*/
    -webkit-transition: font-size .3s ease-in-out,line-height .3s ease-in-out;
    -moz-transition: font-size .3s ease-in-out,line-height .3s ease-in-out;
    -ms-transition: font-size .3s ease-in-out,line-height .3s ease-in-out;
    -o-transition: font-size .3s ease-in-out,line-height .3s ease-in-out;
    transition: font-size .3s ease-in-out,line-height .3s ease-in-out;
  }
    #toolBar h1 a {
      display: block;
      margin: 0px auto;
      padding: 0 0 0 40px;
      width: 220px;
/*      background: url(img/icon.png) 13px 7px no-repeat;*/
/*      background: url(assets/app_icon_16.png) 13px 7px no-repeat;*/
      background-size: 24px 24px;

      text-size-adjust: 100%;

      font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
      
      line-height: 1.85714;
      font-weight: normal;
      color: #666;
      text-decoration: none;
      font-size: 100%;
      quotes: "“" "”";
      -ms-text-size-adjust: 100%;
      -webkit-text-size-adjust: 100%

    }

    #toolBar h1 a.mac-new
    {
/*      background: url(img/new-icon.png) 13px 7px no-repeat;*/
        background: url(assets/app_icon_16.png) 13px 7px no-repeat;

        background-size: 24px 24px;
    }

    #toolBar h1.wrap a:hover {
        color: #007aff;
        text-decoration: none;
      }

    #toolBar button {
      position: absolute;
      top: 0;
      display: block;
      padding: 0;
      width: 54px;
      height: 37px;
      border: 1px solid transparent;
      -webkit-border-radius: 19px;
      -moz-border-radius: 19px;
      border-radius: 19px;
      color: transparent;
      -webkit-transition: height .3s ease-in-out, width .3s ease-in-out;
      -moz-transition: height .3s ease-in-out, width .3s ease-in-out;
      -ms-transition: height .3s ease-in-out, width .3s ease-in-out;
      -o-transition: height .3s ease-in-out, width .3s ease-in-out;
      transition: height .3s ease-in-out, width .3s ease-in-out;
  }
    #toolBar button[aria-checked=true] {
        background-color: #e4e4e4;
    }
    #toolBar button[aria-checked=false] {
        background-color: transparent;
    }
    #toolBar button:hover, header button:focus {
        border-color: #e4e4e4;
    }

      #toolBar button[name="menu"]{
        left: 6px;
        visibility: hidden;
        background-image: url(img/menu.png);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 21px 21px;
      }
        .retina #toolBar button[name="menu"] {
          background-image: url(img/menu@2x.png);
          background-position: 50% 50%;
          background-repeat: no-repeat;
          background-size: 21px 21px;
        }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: lightslategray;
}
  .fixed > .centered {
    height: 100%;
  }
#menu {
/*  top: 44px;*/
  top: 52px;
  padding-top: 0px;
  padding-right: 0px;
  width: 287px;
  border-right: 1px solid rgb(230, 233, 234);
  background: #fff;
  -webkit-transition: left .3s ease-in-out,right .3s ease-in-out,width .3s ease-in-out,opacity .1s ease-in-out,top .3s ease-in-out;
  -moz-transition: left .3s ease-in-out,right .3s ease-in-out,width .3s ease-in-out,opacity .1s ease-in-out,top .3s ease-in-out;
  -ms-transition: left .3s ease-in-out,right .3s ease-in-out,width .3s ease-in-out,opacity .1s ease-in-out,top .3s ease-in-out;
  -o-transition: left .3s ease-in-out,right .3s ease-in-out,width .3s ease-in-out,opacity .1s ease-in-out,top .3s ease-in-out;
  transition: left .3s ease-in-out,right .3s ease-in-out,width .3s ease-in-out,opacity .1s ease-in-out,top .3s ease-in-out;
}
  #menu li {
    padding-left: 0;
  }
    #menu li.openable,
    #menu li.openable.open,
    .retina #menu li.openable,
    .retina #menu li.openable.open {
      background-image: none;
    }
      #menu li.openable > a {
        background: url(img/arrow.png) 95% 21px no-repeat;
        background-size: 13px 62px;
      }
      #menu li.openable.open > a{
        background: url(img/arrow.png) 95% -35px no-repeat;
        background-size: 13px 62px;
      }
        .retina #menu li.openable > a{
          background: url(img/arrow@2x.png) 95% 21px no-repeat;
          background-size: 13px 62px;
        }
        .retina #menu li.openable.open > a{
          background: url(img/arrow@2x.png) 95% -35px no-repeat;
          background-size: 13px 62px;
        }
    #menu li a {
/*      padding: 13px 15px 14px 0px;*/
      padding: 13px 15px 14px 0px;
      border-bottom: 1px solid rgb(230, 233, 234); /* Bottom line on menu */
      color: rgb(75, 75, 75);
      font-weight: normal;
      font-size: 13px;
      -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
      #menu li a:hover {
        color: #007aff;
      }
      #menu li a.active {
        font-weight: bold;
      }
      #menu li a.active:hover {
      color: rgb(75, 75, 75);
      }
    #menu li ul {
      display: block;
      overflow: hidden;
      max-height: 0;
      height: auto;
      opacity: 0;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
    }  
    #menu li.open > ul {
      max-height: 1300px;
      height: auto;
      opacity: 1;
    }
      #menu li ul li {
        margin-left: 15px;
      }

#content {
/*  top: 44px;*/
  top: 52px;
  left: 300px;
  padding: 69px 86px;
  -webkit-transition: top .3s ease-in-out;
  -moz-transition: top .3s ease-in-out;
  -ms-transition: top .3s ease-in-out;
  -o-transition: top .3s ease-in-out;
  transition: top .3s ease-in-out;
}
  #content h1 {
    margin: 0 0 27px;
    color: rgb(75, 75, 75);
    font-weight: normal;
    font-size: 27px;
    font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    line-height: 27px;
  }
  #content h2 {
    color: rgb(72, 72, 72);
    font-weight: 700;
    font-size: 14px;
  }
  #content p {
    line-height: 1.5;
    margin: 4px 0px 14px;
  }
  #content ul li {
    margin-bottom: 0.4em;
  }
  div.question {
    margin: 35px 0;
  }
  .question + .question {
    margin: -36px 0 35px;
  }
  div.question .answer {
    display: block;
    overflow: hidden;
    max-height: 0;
    height: auto;
    -webkit-transition: max-height .15s ease-in;
    -moz-transition: max-height .15s ease-in;
    -o-transition: max-height .15s ease-in;
    transition: max-height .15s ease-in;
  }
  div.question.open .answer {
    max-height: 1000px;
    height: auto;
  }
  #content div.title {
    padding: 11px 0px;
    height: auto;
    color: rgb(72, 72, 72);
    font-weight: 700;
    font-size: 14px;
  }
    #content div.title a.show,
    #content div.title a.hide {
      color: transparent;
    }
    #content div.title a.show {
      background: url(img/arrow.png) 100% 9px no-repeat;
      background-size: 13px 62px;
    }
      .retina #content div.title a.show {
        background: url(img/arrow@2x.png) 100% 9px no-repeat;
        background-size: 13px 62px;
      }
    #content div.title a.hide {
      background: url(img/arrow.png) 100% -47px no-repeat;
      background-size: 13px 62px;
    }
      .retina #content div.title a.hide {
        background: url(img/arrow@2x.png) 100% -47px no-repeat;
        background-size: 13px 62px;
      }
  #content p.see {
    margin: 40px 0 0;
    color: #484848;
    font-weight: 700;
    font-size: 11px;
  }
  #content p.also {
    margin-top: 2px;
  }
  #content p.also a {
    color: #007aff;
    font: 14px HelveticaNeue,"Helvetica Neue",Helvetica,sans-serif;
  }
.searchWrap {
  position: absolute;
  top: 0px;
  right: -1000px;
  z-index: 1001;
  width: 290px;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
  -webkit-transition: right .3s ease-in-out,right .3s ease-in-out,width .3s ease-in-out,opacity .1s ease-in-out,top .3s ease-in-out;
  -moz-transition: right .3s ease-in-out,right .3s ease-in-out,width .3s ease-in-out,opacity .1s ease-in-out,top .3s ease-in-out;
  -ms-transition: right .3s ease-in-out,right .3s ease-in-out,width .3s ease-in-out,opacity .1s ease-in-out,top .3s ease-in-out;
  -o-transition: right .3s ease-in-out,right .3s ease-in-out,width .3s ease-in-out,opacity .1s ease-in-out,top .3s ease-in-out;
  transition: right .3s ease-in-out,right .3s ease-in-out,width .3s ease-in-out,opacity .1s ease-in-out,top .3s ease-in-out;
}
img {
  max-width: 100%;
  height: auto;
}
img[src*="Icon"]{
  width: 203px;
  height: 215px;
}
  #content ul li img {
    margin-bottom: -3px !important;
  }
  #content ol li img {
    margin-bottom: -3px !important;
  }
  #content p img[height="15"] {
    margin-bottom: -3px !important;
  }
.searchWrap.shown {
  right: 0;
}
  #search {
    position: absolute;
    top: 44px;
    right: 0px !important;
    z-index: 1001;
  	overflow: hidden;
  	width: 100%;
  	height: 50px;
    border-bottom: none;
    background: #fafbfb;
    color: #606060;
    -webkit-transition: top .3s ease-in-out;
    -moz-transition: top .3s ease-in-out;
    -ms-transition: top .3s ease-in-out;
    -o-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
  }
    	#search form {
    		padding: 11px 13px;
    	}
    	#search form input {
        -webkit-appearance: textfield;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 13px;
        color: #484848;
        height: 30px;
        width: 100%;
        border-radius: 15px;
        border: 1px solid #e4e4e4;
        padding: 0 4px;
        background-size: 12px 12px
    	}
        #search form input:focus {
            outline: 0
        }
        #search form input[type="search"]::-webkit-search-cancel-button {
          -webkit-appearance: none; 
        }
    	#search form button {
        display: none;
        position: absolute;
        top: 18px;
        right: 19px;
        width: 16px;
        height: 16px;
        color: transparent;
        background: url(img/clear-search.png) no-repeat;
        background-size: 15px 15px;
        overflow: hidden;
        outline:0;
        -webkit-appearance: button;
        cursor: pointer;
        border: none;
      }
  #resultWrap {
    position: absolute;
    top: 0px;
    right: 0px !important;
    display: block !important;
    width: 100%;
    height: 100%;
    -webkit-transition: top .3s ease-in-out;
    -moz-transition: top .3s ease-in-out;
    -ms-transition: top .3s ease-in-out;
    -o-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
  }
    #resultWrap .head {
  		position: absolute;
      top: 94px;
      z-index: 1002;
  		padding: 0 14px 5px 10px;
  		width: 262px;
  		height: 14px;
      background: #fff;
      color: #606060;
  		font-weight: bold;
  		font-size: 10px;
      -webkit-transition: top .3s ease-in-out;
      -moz-transition: top .3s ease-in-out;
      -ms-transition: top .3s ease-in-out;
      -o-transition: top .3s ease-in-out;
      transition: top .3s ease-in-out;
    }
      #resultWrap .head a {
  			position: absolute;
  			right: 12px;
        color: #606060;
      }
    #resultWrap #results {
      top: 113px;
      padding: 0;
      width: 100%;
      background: #fff;
      -webkit-transition: top .3s ease-in-out;
      -moz-transition: top .3s ease-in-out;
      -ms-transition: top .3s ease-in-out;
      -o-transition: top .3s ease-in-out;
      transition: top .3s ease-in-out;
    }
      #resultWrap #results .result {
        margin-left: 10px;
        border-bottom: 1px solid #f7f7f7;
      }
        #resultWrap #results .result a {
      		display: block;
      		padding: 9px 40px 8px 0px;
          color: rgb(96, 96, 96);
          text-decoration: none;
          font-weight: normal;
      		font-size: 11px;
      		line-height: 14px;
        }
          #resultWrap #results .result a:hover {
            color: #007aff;
            text-decoration: none;
          }
            #resultWrap #results .result a:hover span {
              color: #b2b2b2;
            }
        	#resultWrap #results .result a.active {
        		color: #000;
        	}
        #resultWrap #results .result span {
    			display: block;
    			margin: 2px 0 0 0;
          color: #b2b2b2;
    			font-weight: normal;
          font-size: 11px;
          line-height: 15px;
          pointer-events: none;
        }
    		#resultWrap #results .result a span em {
    			padding: 0 2px;
    			font-style: normal;
    			font-size: 6px;
    		}

.glossary-link {
  border-bottom: 1px dotted #2C81B0;
}
  .glossary-link:hover {
    border-bottom: 1px solid #2C81B0;
    text-decoration: none;
  }

.glossary-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1002;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
}
  .glossary-overlay .glossary-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -370px;
    padding: 51px 59px 0px;
    width: 622px;
    border-radius: 5px;
    background: #fff;
  }
    .glossary-overlay .glossary-modal > p:last-of-type {
      padding-bottom: 64px;
    }
    .glossary-word {
      bottom: 0;
      overflow: hidden;
      margin: 0 0 1em;
      margin-bottom: .7em;
      padding: 0;
      outline: 0;
      color: #4b4b4b;
      font-weight: 400;
      font-size: 21px;
      font-family: HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Arial,Helvetica,sans-serif;
      line-height: 1.5;
    }
    .glossary-explanation {
      margin: .3em 0 1em;
      white-space: pre-line;
      word-wrap: break-word;
    }
    .glossary-close {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 44px;
      border-top: 1px solid #e4e4e4;
    }
      .glossary-close p {
        width: 100%;
        height: 100%;
        color: #2f2f2f;
        text-align: center;
        font-size: 17px;
        line-height: 44px;
        cursor: pointer;
      }
      .glossary-close:hover p {
        color: #2C81B0;
        text-decoration: underline;
      }


/* STYLES FOR SMALLER HEIGHT */
@media all and (max-height : 320px){
  #toolBar {
    height: 30px;
  }
    #toolBar h1.wrap a {
      padding: 0px;
      background: none;
      font-size: 13px;
    }
      .retina #toolBar h1.wrap a {
        background: none;
      }
    #toolBar button {
      width: 34px;
      height: 23px;
      border-radius: 11px;
    }
      #toolBar button[name="menu"],
      .retina #toolBar button[name="menu"]{
        background-size: 13px 13px;
      }
  #menu {
    top: 30px;
  }
  #content {
    top: 30px;
  }
  #search {
    top: 30px;
  }
  #resultWrap {
    top: 72px;
  }
    #resultWrap .head {
      top: 0px;
    }
    #resultWrap #results {
      top: 19px;
    }
}
/* WIDTH 541px - 768px */
@media all and (max-width : 768px){
  #toolBar button[name="menu"]{
    visibility: visible;
  }
  #menu {
    position: absolute;
    left: -1000px;
    z-index: 1001;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
  }
  #menu.shown {
    left: 0;
  }
  #content {
    left: 0;
    padding: 48px 60px;
  }
  .glossary-overlay .glossary-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: calc(-50% + 10px);
    padding: 51px 59px 0px;
    width: calc(100% - 138px);
    border-radius: 5px;
    background: #fff;
  }
}
/* Max Width 540px */
@media all and (max-width: 540px){
  #toolBar {
    padding: 0px;
    height: 30px;
  }
  #toolBar h1.wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
    #toolBar h1.wrap a {
      padding: 0px;
      background: none;
      font-size: 13px;
    }
      .retina #toolBar h1.wrap a {
        background: none;
      }
    #toolBar button {
      width: 34px;
      height: 23px;
      border-radius: 11px;
    }
      #toolBar button[name="menu"],
      .retina #toolBar button[name="menu"]{
        background-size: 13px 13px;
      }
  #menu {
    top: 30px;
    width: 100%;
  }
  #content {
    top: 30px;
    padding: 20px 30px;
  }
  .searchWrap {
    width: 100%;
  }
  #search {
    top: 30px;
  }
  #resultWrap {
    top: 81px;
  }
    #resultWrap .head {
      top: 0px;
      padding: 0 0 5px 0;
      width: 100%;
    }
      #resultWrap .head span {
        margin-left: 10px;
      }
    #resultWrap #results {
      top: 19px;
    }
  table {
    font-size: 6px;
  }
  .glossary-overlay .glossary-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: calc(-50% + 10px);
    padding: 51px 59px 0px;
    width: calc(100% - 138px);
    border-radius: 5px;
    background: #fff;
  }
}

hr {
  height: 1px;
  border: none;
  background-color: #e4e4e4;
}

#content hr + h2 {margin-top: 0.7em;}
