.headerOffset { padding-top: 0px; }


.designer_note {
    padding: 15px; margin: 8px;
}
.designer_note h3 {
    margin: 0;
    padding: 0;
}
.note_body {
    display: none;
}

.note_title {
    cursor: pointer;
}
.note_title:hover {
    text-decoration: underline;
}

.note_body div.you_effort,
.note_body div.platform_effort {
    color: #fff;
    /*font-weight: bold;*/
    border: 1px solid #fff;
    padding: 10px;
    margin: 15px 0;
    font-size: 15px;
    /*-webkit-border-radius: 5px;*/
    /*border-radius: 5px;*/

}

.note_body  div.you_effort {
    background-color: #EF5484;
    /*-webkit-box-shadow: 0px 0px 5px 1px #EF5484;*/
    /*box-shadow: 0px 0px 5px 1px #EF5484;*/
}

.note_body div.platform_effort {
    background-color: #33B679;
    /*-webkit-box-shadow: 0px 0px 5px 1px #33B679;*/
    /*box-shadow: 0px 0px 5px 1px #33B679;*/
}

.note_body div.color_indicator {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 0 -3px;
    padding: 0;
}

/*input[type="text"], input[type="password"], input[type="email"] {*/
    /*height: 37px;*/
/*}*/



.img-big-icons {
    max-height: 400px;
    max-width: 100%;
}