﻿body {
    padding-top: 5px;
    padding-bottom: 2px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 1px;
    padding-right: 1px;
    margin-top:2px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.fusion-checklist .fusion-li-icon, ul.fusion-checklist .fusion-li-icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
* {
    box-sizing: border-box;
}
element {
    font-size: 16px;
}
.fusion-checklist .circle-yes, ul.fusion-checklist .circle-yes {
    color: #fff;
    text-align: center;
}

.nicepicture{
    width:750px;
}

.greenlabel{
    color:forestgreen;
}

.fusion-layout-column.fusion-one-fourth {
    width: 25%;
}
.fusion-layout-column {
    position: relative;
    float: left;
    margin-bottom: 20px;
}