﻿body {
}
#feedbackModal .modal-dialog {border:6px #ffd200 solid; border-top-left-radius:8px; border-top-right-radius:8px; width:208px; height:198px; position:absolute; right:50px; bottom:50px; margin-bottom:0px;}
@media (max-width: 768px)
{
    #feedbackModal .modal-dialog {left:50%; top:50%; right:0px; bottom:0px; margin-left:-104px; margin-top:-99px;}
}
#feedbackModal .modal-dialog .modal-question-block, #feedbackModal .modal-dialog .modal-answer-block {background-color:#ffffff; height:161px; position:absolute;}
#feedbackModal .modal-dialog .row {margin-left:0px; margin-right:0px;}
#feedbackModal .modal-dialog .row .modal-header {background-color:#ffd200; color:#FFFFFF; font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; font-size:16px; font-weight:bold; padding: 0px 0px 2px 8px;}
#feedbackModal .modal-dialog .row .modal-header button {float:right; border:0px; border-radius:0px; background-color:#ffd200; padding:0px 5px; margin-top:2px; margin-bottom:-2px;}
#feedbackModal .modal-dialog .row .modal-header button .glyphicon {font-size:13px;}
#feedbackModal .modal-dialog .row .modal-question, #feedbackModal .modal-dialog .row .modal-answer-yes, #feedbackModal .modal-dialog .row .modal-answer-no, #feedbackModal .modal-dialog .row .modal-close {background-color:#FFFFFF;}
#feedbackModal .modal-dialog .row .modal-question {font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; font-size:16px; line-height:18px; font-weight:bold; text-align:center;}
#feedbackModal .modal-dialog .modal-question-block .row .modal-question {padding:16px 15px !important;}
#feedbackModal .modal-dialog .modal-answer-block .row .modal-question {padding:16px 35px !important;}
#feedbackModal .modal-dialog .modal-answer-block {position:absolute; top:25px;}
#feedbackModal .modal-dialog .row .modal-answer-yes button, #feedbackModal .modal-dialog .row .modal-answer-no button, #feedbackModal .modal-dialog .row .modal-close button {margin-left:3px; width:160px; border-radius:8px; padding-top:4px; padding-bottom:4px;font-size:16px; font-weight:bold; font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
#feedbackModal .modal-dialog .row .modal-answer-yes button {background-color:#82c341; border-color:#82c341; margin-bottom:9px;}
#feedbackModal .modal-dialog .row .modal-answer-no button {background-color:#ed1556; border-color:#ed1556;}
#feedbackModal .modal-dialog .row .modal-close button {background-color:#82c341; border-color:#82c341;}
#feedbackModal .modal-dialog .row .modal-answer-yes button .glyphicon, #feedbackModal .modal-dialog .row .modal-answer-no button .glyphicon {font-size:13px; margin: 3px 8px -3px 0px;}