@font-face {
    font-family: myFirstFont;
    src: url(Styles/Nunito/Nunito-Light.ttf);
}


/* ===========================
   ======= Body style ======== 
   =========================== */

body {
    /*background-image: url('img/bg.png');*/
    background-color: #fff;
    color: #000305;
    font-size: 87.5%; /* Base font size: 14px */
    /* font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;*/
    /*line-height: 1.429;*/
    margin: 0;
    padding: 0;
    text-align: left;
}

.body {
    clear: both;
    margin: 0 auto;
    width: 100%;
}

/* ===========================
   ========= Headings ======== 
   =========================== */
h2 {
    font-size: 1.571em;
}
/* 22px */
h3 {
    font-size: 1.429em;
}
/* 20px */
h4 {
    font-size: 1.286em;
}
/* 18px */
h5 {
    font-size: 1.143em;
}
/* 16px */
h6 {
    font-size: 1em;
}
/* 14px */

h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: .8em;
}

input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: myFirstFont;
    box-sizing: border-box;
    font-size: 61.5%;
}

/* ===========================
   ======= Anchor style ====== 
   =========================== */
a {
    outline: 0;
}

    a img {
        border: 0px;
        text-decoration: none;
        color: #fff;
    }

    a:link, a:visited {
        color: #fff;
        padding: 0 1px;
        text-decoration: none;
    }

/*a:hover, a:active {
        background-color: #CF5C3F;
        color: #fff;
        text-decoration: none;
    }*/

/* ===========================
   ===== Main Navigation ===== 
   =========================== */

.form-control {
    display: block;
    width: 96%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control:-moz-placeholder {
        color: #999999;
    }

    .form-control::-moz-placeholder {
        color: #999999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999999;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eeeeee;
    }

.topcontent {
    margin: auto;
    width: 50%;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 15px;
}

textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn.btn-info {
    width: 94%;
    padding: 2%;
    font-family: myFirstFont;
    background-color: #1eff5a !important;
    color: #2e2260;
    font-weight: 700;
    /*font-weight: bolder;*/
    border: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .btn.btn-info:hover,
    .btn.btn-info:active,
    .btn.btn-info.hover {
        background-color: #19a9d5;
        border: none;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }


.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #fff;
    width: 20%;
}

    .btn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus {
        /*color: #333333;*/
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        pointer-events: none;
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        color: #333333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        background-color: #ffffff;
        border-color: #cccccc;
    }

.mainHeader {
    /*border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
    text-align: left;
}

.topname {
    color: #1eff5a !important;
    width: 50%;
    float: left;
    font-size: 26px;
    vertical-align: middle;
    padding-top: 18px;
    padding-left: 74px;
    font-weight: 600;
}

#lbl_Title {
    float: right;
    width: 60%;
}

.mainHeader nav {
    background: #666;
    font-size: 1.143em;
    height: 40px;
    line-height: 30px;
    margin: 0 auto 30px auto;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .mainHeader nav ul {
        list-style: none;
        margin: 0 auto;
    }

        .mainHeader nav ul li {
            float: left;
            display: inline;
        }

    .mainHeader nav a:link, .mainHeader nav a:visited {
        color: #fff;
        display: inline-block;
        height: 30px;
        padding: 5px 23px;
        text-decoration: none;
    }

    .mainHeader nav a:hover, .mainHeader nav a:active,
    .mainHeader nav .active a:link, .mainHeader nav .active a:visited {
        background: #CF5C3F;
        color: #fff;
        text-shadow: none !important;
    }

    .mainHeader nav li a {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

.mainHeader img {
    width: 17%;
    height: auto;
    margin: 1% 3%;
}

.feedback {
    width: 100%;
    font-size: 24px;
    font-weight: 300;
    color: #2e2260;
}

    .feedback p {
        font-size: 20px;
        font-weight: 300;
        color: #2e2260;
        width: 90%;
    }

.left_rating {
    width: 100%;
    float: left;
    font-size: 19px;
    font-weight: 300;
    color: #2e2260;
    margin-bottom: 3%;
}


.left_comments {
    width: 100%;
    float: left;
    font-size: 24px;
    font-weight: 300;
    color: #2e2260;
    margin-bottom: 1%;
}

.left {
    width: 40%;
    float: left;
    font-size: 19px;
    font-weight: 300;
    color: #2e2260;
}

.left_form {
    width: 20%;
    float: left;
    font-size: 200%;
    color: #2e2260;
    padding: 1% 0;
}


.right_comments {
    width: 100%;
    float: left;
    color: #2e2260;
    margin-bottom: 2%;
}

.right {
    width: 60%;
    float: left;
    color: #2e2260;
}

.right_form {
    width: 80%;
    float: left;
    color: #2e2260;
}

.topcontent {
    margin: 0;
    width: 100%;
}

.rating {
    float: left;
    width: 94%;
    font-family: Calibri;
}

    .rating span {
        float: right;
        position: relative;
        width: 9%;
    }

        .rating span input {
            position: absolute;
            top: 0px;
            left: 0px;
            opacity: 0;
        }

        .rating span label {
            display: inline-block;
            width: 50px;
            height: 42px;
            text-align: center;
            color: #FFF;
            background: #2e2260;
            font-size: 18px;
            margin-right: 9px;
            line-height: 42px;
            /*  border-radius: 50%;
                    -webkit-border-radius: 50%;*/
        }

    /*       .rating span:hover ~ span label,
        .rating span:hover label,
        .rating span.checked label,
        .rating span.checked ~ span label {
            background: #1eff5a;
            color: #2e2260;
        }*/

    .rating #span_str10:hover ~ #span_str10 label,
    .rating #span_str10:hover label,
    .rating #span_str10.checked label,
    .rating #span_str10.checked ~ #span_str10 label {
        background: #33FF00;
        color: #2e2260;
    }

    .rating #span_str9:hover ~ #span_str9 label,
    .rating #span_str9:hover label,
    .rating #span_str9.checked label,
    .rating #span_str9.checked ~ #span_str9 label {
        background: #66FF00;
        color: #2e2260;
    }

    .rating #span_str8:hover ~ #span_str8 label,
    .rating #span_str8:hover label,
    .rating #span_str8.checked label,
    .rating #span_str8.checked ~ #span_str8 label {
        background: #FFDC00;
        color: #2e2260;
    }

    .rating #span_str7:hover ~ #span_str7 label,
    .rating #span_str7:hover label,
    .rating #span_str7.checked label,
    .rating #span_str7.checked ~ #span_str7 label {
        background: #FFEC00;
        color: #2e2260;
    }

    .rating #span_str6:hover ~ #span_str6 label,
    .rating #span_str6:hover label,
    .rating #span_str6.checked label,
    .rating #span_str6.checked ~ #span_str6 label {
        background: #FFFF00;
        color: #2e2260;
    }


    .rating #span_str5:hover ~ #span_str5 label,
    .rating #span_str5:hover label,
    .rating #span_str5.checked label,
    .rating #span_str5.checked ~ #span_str5 label {
        background: #FFCC00;
        color: #2e2260;
    }

    .rating #span_str4:hover ~ #span_str4 label,
    .rating #span_str4:hover label,
    .rating #span_str4.checked label,
    .rating #span_str4.checked ~ #span_str4 label {
        background: #FF9900;
        color: #2e2260;
    }

    .rating #span_str3:hover ~ #span_str3 label,
    .rating #span_str3:hover label,
    .rating #span_str3.checked label,
    .rating #span_str3.checked ~ #span_str3 label {
        background: #FF6600;
        color: #2e2260;
    }

    .rating #span_str2:hover ~ #span_str2 label,
    .rating #span_str2:hover label,
    .rating #span_str2.checked label,
    .rating #span_str2.checked ~ #span_str2 label {
        background: #FF3300;
        color: #2e2260;
    }

    .rating #span_str1:hover ~ #span_str1 label,
    .rating #span_str1:hover label,
    .rating #span_str1.checked label,
    .rating #span_str1.checked ~ #span_str1 label {
        background: #FF0000;
        color: #2e2260;
    }

    .rating #span_str0:hover ~ #span_str0 label,
    .rating #span_str0:hover label,
    .rating #span_str0.checked label,
    .rating #span_str0.checked ~ #span_str0 label {
        background: rgba(255, 0, 0);
        color: #2e2260;
    }


/* ===========================
   ======= Content Area ====== 
   =========================== */
.mainContent {
    overflow: hidden;
    line-height: 25px;
    /*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}

.topcontent {
    background-color: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0% 5%;
    /*margin-bottom: 3%;
    margin-top: 2%;
*/
    margin: auto;
    width: 50%;
}


    .topcontent h2 {
        font-size: 330%;
        color: #2e2260;
        font-weight: bolder;
    }

    .topcontent h4 {
        font-size: 198%;
        color: #606060;
        margin-top: -3%;
        margin-bottom: 4%;
        font-weight: bold;
    }



.bottomcontent {
    background-color: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 3% 5%;
}

.content {
    width: 100%;
    float: left;
    min-height: 422px;
    /*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}

.post-info {
    font-style: italic;
    color: #999;
    font-size: 85%;
}

.topcontent table {
    width: 100%;
    float: left;
}


/* ===========================
   ======== Sidebar ========== 
   =========================== */

.top-sidebar {
    width: 24%;
    float: left;
    margin-left: 2%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #FFF;
    padding: 2% 3%;
    margin-bottom: 2%;
}

.middle-sidebar {
    width: 24%;
    float: left;
    margin-left: 2%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #FFF;
    padding: 2% 3%;
    margin-bottom: 2%;
}

.bottom-sidebar {
    width: 24%;
    float: left;
    margin-left: 2%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #FFF;
    padding: 2% 3%;
}

/* ===========================
   ========= Footer ========== 
   =========================== */

.mainFooter {
    width: 100%;
    float: left;
    margin-top: 2%;
    /*margin-bottom: 2%;*/
    padding-left: 0;
    background-color: #2e2260 !important;
    /*border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
    color: #1eff5a !important;
}

    .mainFooter p {
        width: 91%;
        margin: 2% auto;
    }


.comments {
    width: 90%;
    height: 90px;
}


.ddl_left {
    width: 60%;
    float: left;
}

.ddl_right {
    width: 38%;
    margin-left: 2%;
    float: left;
}

.div_verunsatisfied {
    width: 17%;
    float: left;
    text-align: center;
    border: 2px solid #FF0000;
    border-radius: 5px;
    margin: 0 1%;
}

.div_unsatisfied {
    width: 17%;
    float: left;
    text-align: center;
    border: 2px solid #FF3300;
    border-radius: 5px;
    margin: 0 1%;
}

.div_neutral {
    width: 17%;
    float: left;
    text-align: center;
    border: 2px solid #FFCC00;
    border-radius: 5px;
    margin: 0 1%;
}

.div_satisfied {
    width: 17%;
    float: left;
    text-align: center;
    border: 2px solid #4CFF00;
    border-radius: 5px;
    margin: 0 1%;
}

.div_verysatisfied {
    width: 17%;
    float: left;
    text-align: center;
    border: 2px solid #1FC11D;
    border-radius: 5px;
    margin: 0 1%;
}
/* ===========================
   ====== Media Queries ====== 
   =========================== */
@media only screen and (min-width : 150px) and (max-width : 780px) {
    .body {
        clear: both;
        margin: 0 auto;
        width: 100%;
        font-size: 90%;
    }

    input[type=text], select {
        width: 100%;
        padding: 8px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-family: myFirstFont;
        box-sizing: border-box;
        font-size: 61.5%;
    }


    .form-control {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.428571429;
        color: #555555;
        vertical-align: middle;
        background-color: #ffffff;
        background-image: none;
        border: 1px solid #cccccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }

        .form-control:focus {
            border-color: #66afe9;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        }

        .form-control:-moz-placeholder {
            color: #999999;
        }

        .form-control::-moz-placeholder {
            color: #999999;
            opacity: 1;
        }

        .form-control:-ms-input-placeholder {
            color: #999999;
        }

        .form-control::-webkit-input-placeholder {
            color: #999999;
        }

        .form-control[disabled],
        .form-control[readonly],
        fieldset[disabled] .form-control {
            cursor: not-allowed;
            background-color: #eeeeee;
        }




    textarea.form-control {
        height: auto;
    }




    .form-group {
        margin-bottom: 15px;
    }

    .mainHeader {
        text-align: left;
    }

        .mainHeader nav {
            background: #666;
            font-size: 1.143em;
            height: 160px;
            line-height: 30px;
            margin-bottom: 0;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
        }

            .mainHeader nav ul {
                list-style: none;
                margin: 0 auto;
                padding-left: 0;
            }

            .mainHeader nav li {
                margin-left: 0 auto;
                width: 100%;
            }

            .mainHeader nav a:link, .mainHeader nav a:visited {
                color: #FFF;
                display: block;
                height: 30px;
                padding: 5px 0;
                text-decoration: none;
            }

            .mainHeader nav a:active,
            .mainHeader nav .active a:link, .mainHeader nav .active a:visited {
                background: #CF5C3F;
                color: #fff;
                text-shadow: none !important;
            }

            .mainHeader nav li a {
                border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
            }

        .mainHeader img {
            width: 37%;
            height: auto;
            margin: 4% 3%;
        }

    .mainContent {
        overflow: hidden;
        line-height: 25px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        margin-top: 4%;
        margin-bottom: 2%;
    }

    .topname {
        color: #1eff5a !important;
        width: 50%;
        float: left;
        font-size: 25px;
        vertical-align: middle;
        padding-top: 4%;
        padding-left: 5%;
    }
    /*.topname {
        color: #1eff5a !important;
        width: 66%;
        float: left;
        font-size: 16px;
        vertical-align: middle;
        padding-top: 2%;
        padding-left: 5%;
    }*/
    #lbl_Title {
        float: right;
        width: 100%;
    }


    .topcontent {
        background-color: #FFF;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 0% 5%;
        /* margin-bottom: 4%;
        margin-top: 2%;*/
        margin: auto;
        width: 100%;
    }

        .topcontent h2 {
            font-size: 200%;
            color: #2e2260;
            font-weight: bolder;
        }

        .topcontent h4 {
            font-size: 150%;
            color: #606060;
            margin-top: -4%;
            margin-bottom: 8%;
            font-weight: bold;
        }

    .bottomcontent {
        background-color: #FFF;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 2% 5%;
    }

    .content {
        width: 100%;
        float: left;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .post-info {
        display: none;
    }

    .top-sidebar {
        width: 86%;
        float: left;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        background-color: #FFF;
        margin-top: 4%;
        margin-left: 0;
        padding: 0 7%;
        margin-bottom: 0;
    }

        .top-sidebar p {
            width: 90%;
        }

    .middle-sidebar {
        width: 86%;
        float: left;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        background-color: #FFF;
        margin-top: 4%;
        margin-left: 0;
        padding: 0 7%;
        margin-bottom: 0;
    }

        .middle-sidebar p {
            width: 90%;
        }

    .bottom-sidebar {
        width: 86%;
        float: left;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        background-color: #FFF;
        margin-top: 4%;
        margin-left: 0%;
        padding: 0 7%;
        margin-bottom: 1%;
    }

        .bottom-sidebar p {
            width: 90%;
        }

    .mainFooter {
        width: 100%;
        float: left;
        margin: 2% 0;
        padding-left: 0;
        background-color: #666;
        /*border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;*/
        color: #1eff5a !important;
    }

        .mainFooter p {
            width: 86%;
            margin: 2% auto;
            text-align: center;
        }

    .feedback p {
        font-size: 18px;
        font-weight: 300;
        color: #2e2260;
        margin: 2% 0%;
    }

    .rating {
        width: 90%;
    }

        .rating span label {
            display: inline-block;
            width: 85%;
            /* width: 30px;*/
            height: 30px;
            text-align: center;
            color: #FFF;
            background: #2e2260;
            font-size: 20px;
            margin-right: 3px;
            line-height: 30px;
        }

    .left_rating {
        width: 100%;
        float: left;
        font-size: 87%;
        color: #2e2260;
    }

    .left_comments {
        width: 100%;
        float: left;
        font-size: 87%;
        color: #2e2260;
    }

    .left {
        width: 100%;
        float: left;
        font-size: 78%;
        color: #2e2260;
    }

    .left_form {
        width: 32%;
        float: left;
        font-size: 130%;
        color: #2e2260;
        padding: 3% 0;
    }

    .right {
        width: 100%;
        float: left;
        color: #2e2260;
    }

    .right_comments {
        width: 92%;
        float: left;
        color: #2e2260;
        margin-bottom: 6%;
    }

    .right_form {
        width: 80%;
        float: left;
        color: #2e2260;
    }

    .right_form_bt {
        width: 90%;
        float: left;
        color: #2e2260;
    }


    .btn.btn-info {
        width: 100%;
        background-color: #1eff5a !important;
        color: #2e2260;
        border: none;
        font-weight: 600;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

        .btn.btn-info:hover,
        .btn.btn-info:active,
        .btn.btn-info.hover {
            background-color: #19a9d5;
            border: none;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }


    .btn {
        font-family: 'myFirstFont';
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 23px;
        font-weight: 700;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        color: #fff;
        width: 109%;
    }

        .btn:focus {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .btn:hover,
        .btn:focus {
            /*color: #333333;*/
            text-decoration: none;
        }

        .btn:active,
        .btn.active {
            background-image: none;
            outline: 0;
            -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        }

        .btn.disabled,
        .btn[disabled],
        fieldset[disabled] .btn {
            pointer-events: none;
            cursor: not-allowed;
            opacity: 0.65;
            filter: alpha(opacity=65);
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .btn-default {
        color: #333333;
        background-color: #ffffff;
        border-color: #cccccc;
    }

        .btn-default:hover,
        .btn-default:focus,
        .btn-default:active,
        .btn-default.active,
        .open .dropdown-toggle.btn-default {
            color: #333333;
            background-color: #ebebeb;
            border-color: #adadad;
        }

        .btn-default:active,
        .btn-default.active,
        .open .dropdown-toggle.btn-default {
            background-image: none;
        }

        .btn-default.disabled,
        .btn-default[disabled],
        fieldset[disabled] .btn-default,
        .btn-default.disabled:hover,
        .btn-default[disabled]:hover,
        fieldset[disabled] .btn-default:hover,
        .btn-default.disabled:focus,
        .btn-default[disabled]:focus,
        fieldset[disabled] .btn-default:focus,
        .btn-default.disabled:active,
        .btn-default[disabled]:active,
        fieldset[disabled] .btn-default:active,
        .btn-default.disabled.active,
        .btn-default[disabled].active,
        fieldset[disabled] .btn-default.active {
            background-color: #ffffff;
            border-color: #cccccc;
        }

    #mydiv h3 {
        font-size: 124%;
    }

    .comments {
        width: 90%;
    }

    .ddl_left {
        width: 90%;
        float: left;
    }

    .ddl_right {
        width: 90%;
        float: left;
        margin-left: 0%;
    }


    /*  .div_verunsatisfied {
        width: 20%;
        margin: 0%;
    }

    .div_unsatisfied {
        width: 20%;
        margin: 0%;
    }

    .div_neutral {
        width: 20%;
        margin: 0%;
    }

    .div_satisfied {
        width: 20%;
        margin: 0%;
    }

    .div_verysatisfied {
        width: 20%;
        margin: 0%;
    }*/



}
