@charset "utf-8";
/* CSS Document */

.required{
	color:rgba(134,0,2,1.00);
}
ul.flightlog{
	list-style:none;
}
ul.flightlog li{
	padding:10px 0px;
}
.flightlog label{
	min-width:150px;
}
.multiHolder,.ratingHolder{
	margin-left:150px;
}
.ratingHolder{
	max-width:362px;
}
#slider{
	padding:0px 5px;
}
#stars{
	background-image:url(../../themes/responsive-child-alw/kp_flightlog/images/stars.png);
	background-repeat:no-repeat;
    background-position:0% 44.2%;
	background-size:100%;
	width:100%;
	height:0;
	padding-bottom:7%;
}
table.flg{
	width:100%;
	border:0px;
	padding:5px;
	table-layout:fixed;
}
table.flg th{
	width:13%;
}
table.flg th:nth-child(6),table.flg th:nth-child(5),table.flg th:nth-child(4){
	width:8%;
}
table.flg th:nth-child(8){
	width:23%;
}

table.flg td:nth-child(1){
	font-weight:bold;
	word-wrap: break-word;
}

table.flg thead tr{
	font-weight:bold;
	background-color:rgba(205,200,200,1.00);

}

ul.flg-menu{
	list-style:none;
	margin:0px;
	padding:0px;
	clear:both;
}
ul.flg-menu li{
	display:inline-block;
	margin:10px 1px;
}
.fl-notes{
	font-weight:normal !important;
}

@media screen and (max-width: 650px) {
	.multiHolder,.ratingHolder{
		margin-left:0px;
	}
	table.flg th:nth-child(6),table.flg th:nth-child(5),table.flg td:nth-child(6),table.flg td:nth-child(5),table.flg th:nth-child(7),table.flg td:nth-child(7){
		display:none;
	}
	table.flg th{
		width:16.6%;
	}
	
}
@media screen and (max-width: 480px) {
	table.flg th:nth-child(8),table.flg td:nth-child(8),table.flg th:nth-child(7),table.flg td:nth-child(7){
		display:none;
	}
	table.flg th,table.flg th:nth-child(4){
	width:25%;
	}

}