.clearfix {
    clear: both;
}

.text-center {
    text-align: center;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #F5F5F5;
    border: 1px solid #CCC;
    border-radius: 4px;
}

.new-react-version {
    padding: 20px 20px;
    border: 1px solid #eee;
    border-radius: 20px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 14px;
    line-height: 1.7;
}

.new-react-version .react-svg-logo {
    text-align: center;
    max-width: 60px;
    margin: 20px auto;
    margin-top: 0;
}

.rating-stars ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.rating-stars ul > li.star {
    display: inline-block;
}

.rating-stars ul > li.star > i.fa {
    font-size: 2.5em; 
    color: #ccc; 
}

.rating-stars ul > li.star.hover > i.fa {
    color: #FFCC36;
}

.rating-stars ul > li.star.selected > i.fa {
    color: #FF912C;
}

#orfview .orfinn {
	border-bottom: solid 2px #ccc;
}
#orfview .orfinn h2 {
	font-size: 30px;
	margin: 20px 0
}
#orfview .orfinn p {
	margin: 0;
	margin-bottom: 20px;
}
.orfinn img {
	max-width: 150px;
	margin: 0;
	margin-bottom: 20px;
}
#orfview .orfinn h4 {
	display: block;
	margin: 0;
	margin-bottom: 20px;
}
.orf_form {
    display: inline-block;
    width: 50%;
}
.form-group {
	clear: both;
}
.orf_form {
	background: #f9f9f9;
	padding: 15px;
	margin-top: 15px;
}
.orf_form label {
	width: 25%;
	float: left;
}
.orf_form input, .orf_form section, .orf_form textarea {
	width: 75%;
	float: left;
	margin-bottom: 10px;
	border: none
}
.orf_form input, .orf_form textarea {
	border: solid 1px #ccc;
}
.orf_form textarea {
	height: 150px;
}