
body {
    background: #EEE;
    margin: 0; 
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    
    border-top-color: #E83818;
    border-top-style: solid;
    border-top-width: 5px;
    text-align: center;
}

#krosbits_window {
    text-align: center;
    width: 100%;
    background: #FFF;
    padding-top: 60px;
    padding-bottom: 20px;
}

#krosbits_logo_tag_container {
    display: inline;
}

.section_header {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
    display: inline-block;
}

.body_content {
}

.center_div_parent {
    text-align: center;
}


h2 {
    font-weight: 400;
}

a, a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    color: black;
}

.app_title {
    font-size: 24px;
    margin-top: 20px;
}

.card {
    margin: 30px;
    display: inline-block;
    background: #FFF;
    padding: 30px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 1px 1px 2px #888888;
}


.virtual_button {
    background: #E83818;
    display: inline-block;
    padding: 5px 10px;
    margin-top: 20px;
    color: white;
}

.virtual_button:hover {
    background: #383838;
}

section {
    margin-top: 30px;
    width: 100%;
    background: white;
}

.social_section {
    width: 100%;
    background: white;
}

/* List */

ol {
    list-style: decimal;
    margin: 0 0 1.5em 0;
    padding-left: 1.25em;
}

ol li {
    padding-left: 0.25em;
}

ul {
    list-style: disc;
    margin: 0 0 1.5em 0;
    padding-left: 1em;


}

ul li {
    padding-left: 0.5em;
}

ul.alt {
    list-style: none;
    padding-left: 0;
}

ul.alt li {
    /*border-top: solid 1px #c8cccf;*/
    padding: 0.5em 0;
}

ul.alt li:first-child {
    border-top: 0;
padding-top: 0;
}

ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
margin-top: -0.675em;
}

ul.icons li {
    display: inline-block;
    padding: 0.675em 0.5em;
}

ul.icons li a {
    color: dimgrey;
    text-decoration: none;
    position: relative;
    display: block;
    width: 2.75em;
    height: 2.75em;
    /*
    border-radius: 100%;
    border: solid 1px #888;
    */
    line-height: 2.75em;
    overflow: hidden;
    text-align: center;
    text-indent: 2.75em;
    white-space: nowrap;
    /*                    text-shadow: 1.25px 0px 0px #777, -1.25px 0px 0px #777, 0px 1.25px 0px #777, 0px -1.25px 0px #777;*/
}

ul.icons li a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

ul.icons li a:before {
/*						color: white;*/

}


ul.icons li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    font-size: 1.85rem;
    line-height: inherit;
    text-align: center;
    text-indent: 0;
}

ul.icons li a:hover {
    /*						border-color: #e83818;*/
    color: #e83818;
    /*                        text-shadow: 1.25px 0px 0px #e83818, -1.25px 0px 0px #e83818, 0px 1.25px 0px #e83818, 0px -1.25px 0px #e83818;*/
}

@media screen and (max-width: 480px) {

ul.icons li a:before {
    font-size: 1.5rem;
}

}

ul.actions {
    cursor: default;
    list-style: none;
    padding-left: 0;
}

ul.actions li {
    display: inline-block;
    padding: 0 0.75em 0 0;
    vertical-align: middle;
}

ul.actions li:last-child {
    padding-right: 0;
}

dl {
    margin: 0 0 1.5em 0;
}

dl dt {
    display: block;
    margin: 0 0 0.75em 0;
}

dl dd {
    margin-left: 1.5em;
}

footer {
    -moz-align-self: -moz-flex-end;
    -webkit-align-self: -webkit-flex-end;
    -ms-align-self: -ms-flex-end;
    align-self: flex-end;
    width: 100%;
    color: #666;
    cursor: default;
    text-align: center;
    padding-bottom: 10px;
}

footer a, footer a:hover, footer a:visited, footer a:link, footer a:active, footer a:before {
    color: #666
}

footer .copyright {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    list-style: none;
}

footer .copyright li {
    display: inline-block;
    margin: 0 0 0 0.45em;
    padding: 0 0 0 0.85em;
    border-left: solid 1px #cccccc;
    line-height: 1;
}

footer .copyright li:first-child {
    border-left: 0;
}
