body {
    color: #666565;
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
}

.row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.d-none {
    display: none;
}

.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}

h1 {
    color: #8b8b8b;
    font-family: Ubuntu;
    font-size: 28px;
    font-weight: 700;
}

a {
    color: #666565;
    text-decoration: underline;
    line-height: 16px;
}

.btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}

.btn.btn-primary {
    border: 0;
    border-radius: 7px;
    background-color: #00b6cb;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding: 18px;
    margin: 25px 0;
}

.btn.btn-primary-light {
    width: 171px;
    border-radius: 7px;
    border: 1px solid #7fcbd4;
    color: #81cbd4;
    font-size: 15px;
    padding: 10px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 11px;
}

.help {
    margin: 40px 0;
    color: #8b8b8b;
    font-size: 14px;
    font-style: italic;
}

@media (min-width: 767px) {
    .platform-unknown {
        display: none;
    }
}

ol {
    list-style: none;
    counter-reset: items-counter;
}

ol > li {
    position: relative;
    counter-increment: items-counter;
    line-height: 30px;
    padding: 10px 0;
    box-sizing: border-box;
}

ol > li > span {
    color: #999;
    font-size: 0.85em;
}

ol > li:not(:last-child) {
    border-bottom: 1px solid #d7d8d6;
}

ol > li:before {
    content: counter(items-counter);
    display: block;
    position: absolute;
    left: -50px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #47abb6;
    color: white;
    font-weight: bold;
}

.store_link {
    margin: 0 2ex;
}

img {
    vertical-align: middle;
}
