@charset "UTF-8";

.table tbody tr td {
    vertical-align: middle;
}

.table thead tr th {
	text-align: left;
}

.table tr th {
	text-align: left;
}

body {
    padding-bottom: 40px;
}  

.sidebar-nav {
    padding: 9px 0;
}

.textarea-inherit {
    width: 100%;
    overflow: auto;
    word_break: break-all; 
}

.stars {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
	
.star {
	color: #f1c40f;
	text-shadow: 0 0 5px #f1c40f;
	font-size: 30px;
	display: inline-block;
}

.star.active {
	color: #ff9f00;
}
