﻿body, html {
    height: 100%;
    -webkit-tap-highlight-color: transparent;
}

.demos-title {
    text-align: center;
    font-size: 34px;
    color: #3cc51f;
    font-weight: 400;
    margin: 0 15%;
}

.demos-sub-title {
    text-align: center;
    color: #888;
    font-size: 14px;
}

.demos-header {
    padding: 35px 0;
}

.demos-content-padded {
    padding: 15px;
}

.demos-second-title {
    text-align: center;
    font-size: 24px;
    color: #3cc51f;
    font-weight: 400;
    margin: 0 15%;
}

footer {
    text-align: center;
    font-size: 14px;
    padding: 20px;
}

    footer a {
        color: #999;
        text-decoration: none;
    }

.per80 {
    width: 80%;
}

.btn-success-important {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}

.input-group-addon-icon {
    padding: 0px !important;
    background-color: #fff;
}

.emailist {
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #d5d5d5;
}

    .emailist li {
        display: block;
        padding: 3px;
        margin: 5px 2px;
        border-bottom: solid 1px #d5d5d5;
        color: black;
    }

.weui_cells_title-big {
    color: green !important;
    font-size: 18px !important;
}

.weui_text_area_border {
    border: 0.5px solid #999 !important;
    margin-left:20%;
    margin-right:20%;
}
.font-size-18{
    font-size:25px !important;
}
