
.page-header {
  color: #e74c3c;
  text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

.header {
  color: white;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 1.5em black;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

.container {
 width:100%;
 padding-right:30px;
 padding-left:30px;
 margin-right:auto;
 margin-left:auto
}

blockquote {
  background-color: rgb(227, 227, 241);
  border-left: 5px solid #4b93c3;
  padding: 1rem;
  font-style: normal;
  border-left-width: 10px;
  border-radius: 10px;
}
    
a.footnote:before { content: "["; }
a.footnote:after  { content: "]"; }

.badge { background: rgb(76,61,167); padding-bottom: 0.45em }

.center-image { margin: 0 auto; display: block; }

.mathjax-tooltip {
  display:  none;
  width:    100%;
  position: absolute;
}

table.center {
  margin-left:  auto;
  margin-right: auto;
}

th {
  color:#FFF;
  background-color:#88A;
  border: 1px solid #e3e3ef;
  padding:8px 15px 8px 15px
}

td {
  padding:5px 15px 5px 15px;
  border: 1px solid #e3e3ef;
}

tr:nth-child(even) {
  background: #f5f5ff;
}

@import url(http://fonts.googleapis.com/css?family=Ubuntu:500&subset=latin,latin-ext);

body {
  /*font-size: 1.25rem;*/
  font-weight: 200;
  line-height: 1.125;
}
