
body {
    background-color: #E6E6E6;
    -webkit-text-size-adjust: none;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    padding: 5px;
}

hr {
    border-top: 2px solid white;
    margin-top: 40px;
    margin-bottom: 30px;
}

h1 {
    color: #333;
    font-size: 24px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 40px;
}

#logos {
    margin-top: 30px;
    padding-bottom: 20px;
}

#sl_logo {
    float: left;
    width: 100px;
    height: auto;
    margin-top: 5px;
}

#brain_logo {
    float: right;
    width: 40px;
    height: auto;
}


#info {
    max-width: 600px;
}

select {
    height: 30px;
}

#topicCategory {
    text-align: left;
    width: 100%;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
}

.dropdown {
    margin-bottom: 10px;
}


.btn .caret {
    float: right;
    margin-top: 10px
}


.form-control {
    color: black;
}


#submit_btn {
    font-size: 18px;
    height: 50px;
    border: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    border-radius: 0;
    text-align: center;
}

/*new*/

p {
    margin: 0;
}

.answer {
    padding: 10px 15px;
    /*border-bottom: 1px solid grey;*/
    line-height: 26px;
}

.expand {
    position: absolute;
    right: 0;
    top: 30%;
    /*padding: 5px 12px;*/
    /*border-radius: 5px;*/
    /*background-color: #D63B88;*/
    /*color: white;*/
}

.maintext {
    margin: 0;
}

    .maintext a {
        width: 100%;
    }

.questions {
    font-size: 12pt;
}

.question {
    font-size: 12pt;
    font-weight: 100;
    padding: 20px 10px;
    border-top: 1px grey solid;
    position: relative;
    /*line-height: 20px;*/
}

    .question:hover {
        color: blue;
        cursor: pointer;
    }

    .question p {
        width: 90%;
    }

    .question:first-child {
        border-top: none;
    }

.question-link {
    font-size: 12pt;
    font-weight: 100;
    border-top: 1px grey solid;
    position: relative;
    /*line-height: 20px;*/
}

    .question-link:hover {
        color: blue;
        cursor: pointer;
    }

    .question-link p {
        width: 100%;
    }

    .question-link a {
        display: block;
        padding: 20px 10px;
    }
        .question-link a:active, .question-link a:hover {
            color: blue;
            text-decoration: none;
        }

textarea.form-control {
    height: 230px;
}

.arrow {
    width: 30px;
    position: absolute;
    left: 20px;
}


label {
    font-weight: 100
}

.answer {
    font-weight: 100;
}

.control-label {
    margin-top: 20px;
    font-size: 12pt
}

.qlink, .qlink:active, .qlink:hover {
    color: #333333;
    text-decoration: none
}

    /*.qlink span {
        position: absolute;
        width: 100%;
        height: 100%;
    }*/

a {
    color: #333;
    text-decoration: none;
}

h1 a {
    height: 20px;
    width: 30px;
    float: left;
}

.grid {
    font-size: 12pt;
    font-weight: 100;
    margin-top: 10px;
    word-wrap: normal;
}

.cell {
    margin-bottom: 10px;
    background-color: #f7fbf7;
    padding: 5px 5px 5px 5px;
    position: relative;
}

.empty {
    height: 100px;
    text-align: center;
    vertical-align: middle;
    line-height: 100px
}

.offer-name {
    font-weight: 300
}

.offer-desc {
    color: #808080
}

.offer-desc-long {
    color: #808080;
    padding-top: 5px;
    padding-bottom: 5px
}

.offer-status .status {
    color: #808080
}

.cell-expand {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #ccc;
    width: 100%;
    text-align: right;
}

/*---Media Queries---*/

/* iPads (portrait and landscape) ----------- */

@media (min-width : 768px) {
    .crop-height {
        max-height: 300px;
    }
}


@media (min-width: 992px) {
    .col-md-4 {
        float: none;
    }
}


/*-----iPhone-------------------------------*/

@media screen and (max-device-width: 480px) {
}
