body {
  margin: 0px;
  font-family: sans-serif;
  font-size: 20px;
  color: #333234;
}

#help {
  margin-bottom: 10px;
}

.hide {
  display: none;
}

.centered {
  text-align: center;
}

.mutedList {
  margin-left: 40px;
}

.wrap-left {
 float: left;
 margin-right: 20px;
}

#login > button {
  font-size: 1.3em;
}

#info {
  max-width:800px;
}

em {
  font-family: sans-serif;
}

strong {
  font-family: sans-serif;
  font-weight: normal;
}

li {
  margin-bottom: 10px;
}
form {
  margin-right: 20px;
}
#url {
  font-size: 1.05em;
  width: 100%;
}
#hours {
  font-size: 1.05em;
}
.mute {
  margin: 5px;
}
#spool {
  font-size: 1.5em;
}
.margin-top-0 {
  margin-top: 0;
}
.align-right {
  text-align: right;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.end {
  text-align: left;
  padding: 0;
  margin: 30px;
}
.inner {
  margin: 0 auto;
  min-width: 300px;
  max-width: 800px;
}
.ft {
  text-align: left;
  max-width: 600px;
}
#headers {
  padding: 3% 0% 2% 10%;
  background: #333234;
  color: white;
}
#welcome {
  background: white;
}
#maybe {
  background: #333234;
  color: white;
}
#history {
  background: white;
}
#play {
  background: #333234;
  color: white;
}
#submit {
  height: 50px;
  width: 250px;
  font-size: 20px;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 20px;
}
.logo {
  height: 72px;
  width: 72px;
  float: left;
  margin-top: 14px;
}
.left {
  height: 220px;
  float: left;
  width: 30%;
  min-width: 220px;
  padding: 10px;
}
.mid {
  height: 220px;
  float: left;
  width: 30%;
  min-width: 220px;
  padding: 10px;
}
.right {
  height: 220px;
  float: left;
  width: 30%;
  min-width: 220px;
  padding: 10px;
}
.second-header {
  margin-top: -23px;
}
#second-logo {
  margin-top: -9px;
}
.logos {
  margin-left: -11px;
}
.back {
  height: 36px;
  width: 36px;
  margin-top: 0;
  float: none;
  font-size: 36px;
  margin-bottom: -11px;
  color: white;
  text-decoration: none;
}
.blog > p {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.4em;
}
.blog > h1 {
  margin-bottom: 4px;
}

.no-left-padding {
  padding-left: 0 !important;
}
.footer {
  border-top: 1px solid #333234;
  margin-top: 50px;
  font-size: 0.6em;
}
img {
  max-width: 80%;
}
video {
  max-width: 80%;
}
code {
  background-color: #ddd;
}

.flex-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.flex-col {
  flex: 1;
  min-width: 200px;
  padding: 14px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .flex-grid {
    display: block;
  }
}
h1 {
}
.small {
  font-size: 0.5em;
}
h2 {
  color: rgba(0,0,0,0.5);
  margin-bottom: 0;
}
h3 {
  color: rgba(0,0,0,0.5);
}
.header a {
  color: rgba(0,0,0,0.5);
  text-decoration: none;
}
a {
  color: rgba(0,0,255,0.45);
}

.loader, .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.twitter-share-button {
  transform-origin: top left;
  transform: scale(1.5,1.5);
}
#profile {
  font-size: 0.75em;
}
.loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 0, 0, 0.2);
  border-right: 1.1em solid rgba(0, 0, 0, 0.2);
  border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
