/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@media screen and (min-width: 677px) {
	body div.cc_feedbackbutton a span {
	    background-color: #d52128;
	    color: #fff;
	    display: block;
	    float: right;
	    font-family: Arial,sans-serif !important;
	    font-size: 18px !important;
	    font-weight: bold;
	    height: 100%;
	    margin-right: 0px !important;
	    padding: 12px 20px !important;
	    transform: rotate(90deg) !important;
	    transform-origin: right top 0;
	}
}
 @media screen and (max-width: 676px) {
body .cc_feedbackbutton {display:block;float:none;width:100%;position:fixed;top:unset !important; bottom:0 !important;}

body div.cc_feedbackbutton a span {
    margin-right: 0px !important;
    margin-left: 0px !important;
    width:100%;
    transform: rotate(0deg) !important;
    transform-origin: right top 0;
}
body div.cc_feedbackbutton a  {
	text-align:center;
}
 }
