h1, h2, h3, h4, h5, h6 {
  color: #0a2850;
}
body {
  margin: 0;
}
img {
  border: 0;
  max-width: 100%;
}

a {
  color: #1EAEDB;
  text-decoration: none
}
a:hover {
  color: #0FA0CE;
  text-decoration: underline;
}
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
}
span.date {
  font-size: 10px;
}
code {
   background-color: #e6e6e6;
   padding: 5px;
   display: block;
}
@media (max-width: 400px) {
  .container {
    padding: 10px;
  }
}
@media (min-width: 400px) {
  .container {
    width: 85%;
  }
}
@media (min-width: 550px) {
  .container {
    width: 80%;
  }
}
.home_step {
  border: 1px solid #c1c1c1;
}
.small_screenshot_text {
  font-size: 12px;
}

header {
  background-color: #1e64be;
  color: #ffffff;
  display: block;
  min-height: 44px;
}
header a, header a:hover {
  color: #ffffff;
}
#user_display, nav {
  margin-top: 12px;
}
nav {
  display: block;
  float: right;
}
nav a {
  margin-left: 18px;
  font-size: 14px;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  font-family: Helvetica, Arial, sans-serif;
}
@media (max-width: 800px) {
  nav {
    margin-bottom: 12px;
  }
}
#user_display {
  margin-left: 15px;
}
article {
  color: #282828;
}
footer{
  font-size: 0.9em;
}


label {
  display: block;
}
.button-primary {
  color: #FFF;
  background-color: #1e64be;
  border-color: #1e64be;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #bbb;
  padding: 10px 30px 10px 30px;
  font-size: 11px;
  font-weight: 600;
  font-family: sans-serif;
  box-sizing: border-box;
  display: inline;
  text-align: center;
}
.button-primary:hover,
.button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB;
  text-decoration: none;
}
.try_now {
  padding: 15px 35px 15px 35px;
  font-size: 16px;
  border-radius: 8px;
}
.delete-button {
  background-color: #d9534f !important;
}

table#container_list td a {
  line-height: 35px;
}

span.start_here {
  vertical-align: top;
}