
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url("../fonts/open-sans-v29-latin-300.woff2") format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url("../fonts/open-sans-v29-latin-300.woff") format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url("../fonts/open-sans-v29-latin-regular.woff2") format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url("../fonts/open-sans-v29-latin-regular.woff") format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url("../fonts/open-sans-v29-latin-600.woff2") format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url("../fonts/open-sans-v29-latin-600.woff") format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url("../fonts/roboto-slab-v24-latin-regular.woff2") format('woff2'), /* Super Modern Browsers */
       url("../fonts/roboto-slab-v24-latin-regular.woff") format('woff'), /* Modern Browsers */
       url("../fonts/roboto-slab-v24-latin-regular.ttf") format('truetype'); /* Safari, Android, iOS */
}


@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url("../fonts/MaterialIcons-Regular.woff2") format('woff2'),
    url("../fonts/MaterialIcons-Regular.ttf") format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}


body {
    position: relative;
}

body, p {
    font-family: 'Open Sans', sans-serif; 
    font-weight: 300;
}

h1, h2, h3 {
    font-family: 'Roboto Slab', sans-serif;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.navbar {
    padding-bottom: 0;
}

.dl-horizontal dt 
{
    white-space: normal;
}

ul.check {
    list-style-type: '✓';
}

ul.check li {                
    padding-left:1em;
}

ul.check li span {
    display:block;
    margin-left:-0.5em;
}

.big {
    font-size: 160%;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 300;
    line-height: normal;
}

.card,.thumbnail {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}

.faq-q {
  color: inherit;    
}

.footer {
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
    background-color: #546E7A;
    color: white;
}

blockquote footer {
    color: white;
}

.footer li {
    list-style-type:none; 
}

.footer a {
    color:inherit;
}

pre {
    font-size: larger; 
    background-color: #f5f5f5;
    padding: 1em;
}

a.btn{
    font-family: 'Open Sans', sans-serif;
    font-size: larger;
    font-weight: 100;
}

.userlist {
    font-variant:small-caps;
    font-size: 120%;
}

.releasenote {
    font-size: larger;
}

.page-header {
    margin-top:98px;
    padding-bottom: 9px;
    border-bottom: 1px solid #eee;
}


.material-icons.red600 { color: #e53935; font-size:300%; }
.material-icons.pink600 { color: #D81B60; font-size:300%; }
.material-icons.purple600 { color: #8E24AA; font-size:300%; }
.material-icons.deeppurple600 { color: #5E35B1; font-size:300%; }
.material-icons.indigo600 { color: #3949AB; font-size:300%; }
.material-icons.blue600 { color: #1E88E5; font-size:300%; }
.material-icons.lightblue600 { color: #039BE5; font-size:300%; }
.material-icons.cyan600 { color: #00ACC1; font-size:300%; }
.material-icons.teal600 { color: #00897B; font-size:300%; }
.material-icons.green600 { color: #43A047; font-size:300%; }
.material-icons.lightgreen600 { color: #7CB342; font-size:300%; }
.material-icons.lime600 { color: #C0CA33; font-size:300%; }
.material-icons.yellow600 { color: #FDD835; font-size:300%; }
.material-icons.amber600 { color: #FFB300; font-size:300%; }
.material-icons.orange600 { color: #FB8C00; font-size:300%; }
.material-icons.deeporange600 { color: #F4511E; font-size:300%; }
.material-icons.brown600 { color: #6D4C41; font-size:300%; }
.material-icons.grey600 { color: #757575; font-size:300%; }
.material-icons.bluegrey600 { color: #546E7A; font-size:300%; }

.material-icons.bug { color: #546E7A; font-size:larger; }

colgroup col.info {
  background-color: #d9edf7;
}

td strong {
    font-weight: 900;
}
