@import "global.css";

#feedback,html{background: #F4F4F4;}
#feedback{padding-bottom:58px;}
#feedback footer{position:absolute;bottom:0px;width: 100%;background: #fff;border-top: 1px solid #f0f1f2;}
.feedCont{padding:15px 20px;font-size: 14px;}
.feedCont .hide{display: none;}
.feedCont dt{padding-bottom: 7px;}.feedCont dd{padding-bottom:15px;}
.feedCont input{   -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box; border: 1px solid #e8e8e8;width:100%;padding:5px;line-height:24px;font-size: 14px;-webkit-appearance: none;-webkit-tap-highlight-color: rgba(255,0,0,0);border-radius: .1rem;}
.feedCont textarea{  -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;border: 1px solid #e8e8e8;width: 100%;padding: 5px;line-height: 24px;height: 82px;-webkit-appearance: none;-webkit-tap-highlight-color: rgba(255,0,0,0);border-radius: 5px;font-size: 14px;}
.feedCont #submitBtn{  background-color: #ed7449;height: 38px;line-height: 38px;padding:0;color: #fff;font-size: 16px;border:none;border-radius: 5px;}
.feedCont span.red{display: block;color:#f36161;padding-top: 5px;}
.type label{display:block;height: 20px;line-height: 20px;margin-bottom:4px; }
.type input[type=radio]{  width: 12px;height: 12px;box-shadow: 0 0 1px #ed7449;padding: 0;margin: -2px 5px 0 0;box-sizing: border-box;-webkit-appearance: none;-moz-appearance: none;appearance: none;  border: 2px solid #fff;border-radius: 50%;}
.type input[type=radio]:checked {background-color: #ed7449;}
.submitCont{margin-top: 12px;}
.submitCont p{padding-top: 8px;text-align: center;color: #999;}