html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    background-color: #F6F9FC;
    color: #333;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.wrapper {
    margin: 0 auto;
    max-width: 1280px;
    padding: 1em 40px;
    width: 100%;
}

.header {
    border-bottom: 1px solid #ECECEC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#0073b1), color-stop(50%, #0073b1), color-stop(50%, #0084bf), to(#0084bf));
    padding-bottom: 2px;
}
.header .wrapper {
  background-color: white;
  max-width: 100%;
}

.logo {
    height: 40px;
}

.content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1em;
}

.content > h1,
.content > h2,
.content > i,
.content > div {
    width: 50%;
    display: block;
}

.content > h1 {
    margin-bottom: 1.25em;
}

.content > h2, .content > div {
    font-weight: normal;
    color: #7a7a7a;
}
#nosession {
  width: 300px;
  border: 2px #24292e75 SOLID;
  padding: 5px;
  bottom: 10px;
  right: 10px;
  position: fixed;
  background: #f6f9fce8;
}
.hidden {
  display: none;
}
