﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #FBFBFB;
    height:100%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    /*max-width: 280px;
}*/

.d-list-item {
    border: 1px solid #337AB7;
    overflow: hidden;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 0.35rem;
}

.titlearea {
    top: 0px;
    background-color: #FBFBFB;
    width: 100%;
    position: fixed;
    color:black;
    z-index:99;
}
.back {
    background: url("Images/back.png") no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 10px;
    float: left;
}

.title {
    text-align: center;
    font-size: 26px;
    color: #3cc51f;
    font-weight: 400;
    margin: 0 0%;
}

.weui-form-preview__bd_1 {
    padding: 10px 15px;
    font-size: .9em;
    /*text-align: right;*/
    color: #444;
    line-height: 2;
}

.weui-form-preview__label_1 {
    float: left;
    margin-right: 1em;
    min-width: 4em;
    color: #444;
    text-align: justify;
    /*text-align-last: justify; */
}