﻿body {
    font-family: "Monda", sans-serif;
    margin: 0;
    font-size: 100%;
}

.installPopupWrapper {
    background: #ff6e40;
    width: 410px;
    border-radius: 10px;
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.4);
    border: 4px solid #fff;
    margin: 0 auto;
}

/*.installPopupWrapper::before {
        content: "";
        transform: rotate(45deg);
        width: 16px;
        height: 16px;
        position: fixed;
        top: 16px;
        right: 62px;
        background: #ff6e40
    }*/

.installPopupContent {
    padding: 10px
}

    .installPopupContent span img {
        height: 16px;
        margin: 0 4px 0 4px
    }

    .installPopupContent p {
        font-size: 14px
    }

    .installPopupContent p,
    .installPopupContent h3 {
        margin-top: 0px;
        color: #fff;
    }

    .installPopupContent h3 {
        font-size: 18px;
        margin-bottom: 8px
    }

.helperImage img {
    max-width: 100%
}

.installPopupHeader {
    display: block;
}

    .installPopupHeader span {
        color: #fff;
        cursor: pointer;
        font-weight: bold;
        top: -7px;
        position: relative;
        right: -10px;
    }
li label {
    margin-bottom: 0;
}

li small {
    display: block;
}

li {
    margin-bottom: 1rem;
}

    li i {
        font-style: normal;
        border: 1px solid rgba(0,0,0,0.2);
        font-family: Menlo,Consolas,Monaco,Liberation Mono,Lucida Console,monospace;
        font-size: 90%;
        padding: 3px 8px;
        border-radius: 3px;
        color: rgba(0,33,29,0.8);
        background: rgba(0,33,29,0.04);
        box-shadow: 0 1px 1px rgba(0,33,29,0.05);
    }

.feature-preview-box {
    margin: 40px auto;
    width: 825px;
    height: auto;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 8px 4px rgba(223,223,223,.75);
    -moz-box-shadow: 0px 0px 8px 4px rgba(223,223,223,.75);
    box-shadow: 0px 0px 8px 4px rgba(223,223,223,.75);
}

    .feature-preview-box img {
        height: 380px;
        max-height: 380px;
        height: auto;
    }

.help-content h4 img {
    vertical-align: top;
    margin-top: 6px;
}
.help-content h1 {
    font-size:1.5rem;
}

.spacer5, .spacer10, .spacer15, .spacer20, .spacer25, .spacer30, .spacer35,
.spacer40, .spacer44, .spacer45, .spacer50, .spacer60, .spacer54, .spacer70,
.spacer75, .spacer80, .spacer85, .spacer90, .spacer100, .spacer200 {
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.spacer5 {
    height: 5px;
}

.spacer10 {
    height: 10px;
}

.spacer15 {
    height: 15px;
}

.spacer20 {
    height: 20px;
}

.spacer25 {
    height: 25px;
}

.spacer30 {
    height: 30px;
}

.spacer35 {
    height: 35px;
}

.spacer40 {
    height: 40px;
}

.spacer44 {
    height: 44px;
}

.spacer45 {
    height: 45px;
}

.spacer50 {
    height: 50px;
}

.spacer60 {
    height: 60px;
}

.spacer54 {
    height: 54px;
}

.spacer70 {
    height: 70px;
}

.spacer75 {
    height: 75px;
}

.spacer80 {
    height: 85px;
}

.spacer85 {
    height: 85px;
}

.spacer90 {
    height: 90px;
}

.spacer100 {
    height: 100px;
}

.spacer200 {
    height: 200px;
}

#warning .header-title,
#features .header-title {
    border-bottom: 2px solid grey;
    padding-bottom: 10px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    margin: 16px 16px 16px 10px;
}

#warning .header-title-wrap,
#features .header-title-wrap {
    margin: 15px auto;
    text-align: center;
}
#warning ul {
    list-style:none;
}
#warning ul.update-list {
    margin: 0 28px 0 45px;
    font-size: 15px;
}

#warning .update-entry {
    list-style: none;
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 20px;
}

#warning b,
#features b {
    font-weight: bold;
}

#features h3,
#features ul {
    margin: 0 28px 0 84px;
    font-size: 15px;
    list-style: none;
}

.list-group-item + .list-group-item {
    border-top-width: 1px; 
}

.red {
    color:red;
}
.blue {
    color:blue;
}

b, strong {
    font-weight: 600;
}

@media(min-width: 1501px){.container {max-width: 1400px !important;}}