.feed-bold {
 font-weight:bold;
 font-style: italic;
 color:red;
}

form.feedback {
 margin-top:20px;
/* padding-left:25px; 
 padding-right:25px;
 background:#fff; 
 border-radius:4px;
 border:1px solid #bbb;*/
}

form.feedback.form-horizontal label {
 margin-bottom:2px;
}

form.feedback .feed-header {
 background: #1c1f5a;
 text-align: center;
 margin-left: -15px;
 margin-right: -15px;
 color: white;
 margin-bottom: 20px
 margin-top:-40px;
}

form.feedback .feed-header h3 {
 padding:5px;
 font-family: "Noto Serif";
 margin:0px;
}

div.alert.feedback-well {
/* margin-left:-15px;
 margin-right:-15px;*/
/* border: 1px solid #ccc;*/
 background:rgb(245, 245, 245);
 margin-bottom:0px;
}

.alert.feedback-well p {
/* font-family: "Noto Serif";*/
 font-size:15px;
 margin-top:5px;
}

.alert.feedback-well tbody {
 border:none;
 font-size:15px;
}

.alert.feedback-well table td {
 padding-right:4px
}

.alert.feedback-well strong {
/* color:#c00b0b;*/
 font-style:normal;
}

#feed-submit-alert {
 margin-left: -15px;
 margin-right: -15px;
}

label.uploadlabel input[type="file"] {
    position: fixed;
    top: -1000px;
}

.feed-subjects {
 position:relative;
 min-height: 27px;
/* margin-bottom: -10px;*/
 display:inline;
}

.feed-subjects label {
 font-weight: normal;
 margin-right:15px;
 color: rgb(28, 46, 82);
 font-family: "Noto Serif";
}

.feed-subjects label input[type="radio"]  {
 position:relative;
 top:3px;
 margin-right:4px;
}

form.feedback div.g-recaptcha {
 margin-left: -15px;
 margin-bottom: 15px;
}

span#feed-fileinfo ul {
 display: inline-block;
 margin-left: -25px;
 color: rgb(28, 46, 82);
 font-family: "Noto Serif";
 font-weight:normal;
}

#feed-file-attach {
 position: relative;
 top:3px;
}

#feed-file-label.disabled {
 color:#9b9b9b;
}

#feed-info-icon {
 margin-right:10px;
}

.glyphicon-refresh-animate {
    animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
