html {
    font-size: 12pt;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 0px;
    padding: 0px;
    color: #606060;
}

body {
    margin: 0px;
    padding: 0px;
}

.body-section {
    text-align: center;
}

.body-section .content {
    display: inline-block;
    width: 1000px;
    text-align: left;
}

a {
    color: #606060;
    text-decoration: none;
}

a:hover {
    color: black;
    text-decoration: none;
}

a.primary, a.primary:hover {
    color: #647ee8;
    text-decoration: none;
}

a.underlined, a.underlined:hover {
    text-decoration: underline !important;
}

h1 {
    font-size: 18pt;
    padding-top: 10px;
}

h2 {
    font-size: 16pt;
}

h3 {
    font-size: 14pt;
}

.shadowed {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);
}

.btn {
    display: inline-block;
    padding: 8px 12px 8px 12px;
    border-radius: 5px;
    font-size: 12pt;
    font-weight: 500;
}

.btn-primary {
    background-color: #647ee8;
    border: solid 1px #647ee8;
    color: white;
}

.btn-secondary {
    background-color: #f0f0f0;
    border: solid 1px #f0f0f0;
    color: #606060;
}

.btn-signup, .btn-instant {
    display: inline-block;
    padding: 11px 17px 11px 17px;
    border-radius: 5px;
    font-size: 13pt;
    font-weight: 500;
}

.btn-signup, .btn-signup:hover {
    background-color: #647ee8;
    border: solid 1px #647ee8;
    color: white;
}

.btn-instant, .btn-instant:hover {
    background-color: white;
    border: solid 1px #647ee8;
    color: #647ee8;
}

ul li::marker {
    font-size: 0.7em; 
}

ul li {
    margin-top: 4px;
    margin-bottom: 4px;
}

@media (min-width: 768px) {
  html {

  }
}

.btn-signup + .btn-instant {
    margin-left: 10px;
}