

#share_feedback {
	clear:both;
	float:left;
	width:660px;
}

#love {
	display:inline-block;
	width:175px;
	float:left;
    height: 105px;
    padding: 0 0 10px 10px;
	margin:10px 0px;
}

#love label {
	margin:5px;
}

#changes {
	display:inline-block;
	width:445px;
	float:right;
    height:105px;
    padding:0 0 10px 10px;
	margin:10px 0px;
}


#changes label {
	display:inline-block;
	width:80px;
	margin:33px 2px;
}

#share_feedback .breakdown {
	display:inline-block;
	width:635px;
	height:185px;
	margin:10px 0px;
	float:left;
}


#share_feedback .breakdown label {
    display: inline-block;
    margin: 5px 12px;
    width: 120px;
}

#share_feedback .breakdown textarea {
	height:100px;
	width:600px;
	margin:10px;
}

#category_feedback {
	clear:both;
	float:right;
	width:350px;
}

#share_feedback .breakdown .elaborate {
    display: block;
    font-size: 0.8em;
    margin: 0 0 -8px;
    width: 200px;
}

#feedback_graphs {
    float: right;
    height: 550px;
    margin: 0;
    overflow: visible;
    width: 350px;
}

.feedback_row {
	border:2px solid #141414;
	display:block;
	width:1000px;
	margin:10px auto;
	padding:0px;
	background-color:#444444;
	border-radius:2px;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .2); 
	
}

.feedback_row div {
	display:block;
	border-bottom:1px dotted #3a3a3a;
	margin:5px;
	padding:10px;
	
}

.feedback_row div:last-child {
	border:none;
}

.feedback_row ul {
	display:inline-block;
	list-style-type:none;
	margin-left:10px;
	float:right;
	padding:0px;
}

.feedback_row ul li {
	display:inline-block;
	width:80px;
	margin:0px;
	
	text-align:center;
	border-left:1px solid #777777;
	border-right:1px solid #333333;
	padding:5px;
	cursor:pointer;
	
	background: rgb(96,96,96);
	background: -moz-linear-gradient(top, rgba(96,96,96,1) 0%, rgba(68,68,68,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,96,96,1)), color-stop(100%,rgba(68,68,68,1)));
	background: -webkit-linear-gradient(top, rgba(96,96,96,1) 0%,rgba(68,68,68,1) 100%);
	background: -o-linear-gradient(top, rgba(96,96,96,1) 0%,rgba(68,68,68,1) 100%);
	background: -ms-linear-gradient(top, rgba(96,96,96,1) 0%,rgba(68,68,68,1) 100%);
	background: linear-gradient(to bottom, rgba(96,96,96,1) 0%,rgba(68,68,68,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#444444',GradientType=0 );
	
}

.feedback_row ul li.active {
	background:#333333;
	padding-bottom:10px;
	border:none;
}

.btn-small-action {
	-webkit-border-radius:initial !important;
	border-radius: initial !important;
	vertical-align:initial !important;
	height: 18px !important;
	background-image: initial !important;
	background: intial !important;
	background-color: #da4f49 !important;
}

.feedback_row div h5 {
	font-weight:bold;
}
.feedback_row div h6 {
	font-weight:bold;
	font-size:.8em;
	margin:10px 0px -15px 0px;

}
#view_feedback #overall_feedback {
	float:left;
}



.feedback_row div.details {

	display:none;

	border-top: 1px solid #000;
	padding:0px;
	padding-top:5px;
	margin:0px;
	background-color:#333;
	
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, .3); 
	font-size:0.9em;
	
}

.feedback_row div.details p {
	border:0px;
	margin:0px;
	padding:9px;
}

.feedback_row .details ul {
	float:none;
	display:block;
	border-bottom:1px dotted #222222;
	margin:0px;
	padding:0px;
}

.feedback_row .details li {
	border:none;
	display:inline-block;
	font-size:1.1em;
	padding:2px 20px;
	font-weight:normal;
	width:auto;
	background:#333333;
	cursor:auto;
}

.feedback_row .details li:first-child {
	font-family:"Nunito";
}

.feedback_row span.fb-rating {
	margin:0px;
	display:inline-block;
	width:25px;
	padding:5px 10px;
	text-align:center;
	margin-right:8px;
}

.shared_feedback {
	width:600px;
	float:left;
	
}

#feedback_controls {
	border-bottom:1px solid #999;
	padding-bottom:8px;
}

#feedback_controls h5 {
	font-size:1.1em;
	color:#CCC;
	margin-bottom:5px;
}

#feedback_controls label {
	display:inline;
	margin:5px 15px;
}



.yes {
	background-color:#3a3;
}
.no {
	background-color:#933;
}
.but {
	background-color:#adad38;
}

.mini_graph {
	float: left;
}