/*body {
    word-wrap: break-word;
}*/

.hidden {
    display: none;
}

.error {
    color: #E00 !important;
}

.center_text {
    text-align: center;
}

.captcha_required {
    display: none;
}

.display_inline {
    display: inline !important;
}

.bold {
    font-weight: bold;
}

.bitcoin_color {
    color:#ffc039 !important;
}

.question_cursor {
	cursor: help;
}

@media(max-width:767px){
.modal{position:absolute!important; min-height:2000px;} 
.modal-open{overflow:scroll!important;}
	
}

.post-option-button { width:100%; border-radius:5px; box-shadow:2px 5px 10px rgba(0,0,0,0.25); font-size:22px; background:#2b384c; color:#fff; font-weight:600; text-transform:uppercase; padding:10px 20px; border:none;margin: 10px auto;display: block;}
.post-option-button span{ color:#fff; font-size:20px; display:inline-block; padding-right:30px; width:20px; height:20px; background:url(/main/assets/images/search-icon.png) no-repeat center left;}
.post-option-button:hover{ background: #243f87;}
.post-option-button:focus{ box-shadow:none; background:#2b384c;}
