/* CSS Document */


.form-control-other {
/* display: block; */
/* width: 100%; */
margin-left: 10px;
margin-top: -5px;
height: 30px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.form-control {
color: #565656;
}


@media only screen and (min-width: 980px) {
    /*-*/
img, a img { 
	border:none; 
	padding: 0; 
	margin:0; 
	display:inline-block; 
	max-width: 100%;
	height:auto;
	image-rendering: optimizeQuality;
}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {    
/*-*/
img, a img { 
	border:none; 
	padding: 0; 
	margin:0; 
	display:inline-block; 
	max-width: 100%;
	height:auto;
	image-rendering: optimizeQuality;
}
}

@media only screen and (max-width: 767px) {
/*-*/
img, a img { 
	border:none; 
	padding: 0; 
	margin:0; 
	display:inline-block; 
	max-width: 100%;
	height:auto;
	image-rendering: optimizeQuality;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
/*-*/
img, a img { 
	border:none; 
	padding: 0; 
	margin:0; 
	display:inline-block; 
	max-width: 100%;
	height:auto;
	image-rendering: optimizeQuality;
}

.flat-grey {
	width: 100%;	
}

.form-control-other {
	margin-left: 0px;
	margin-top: 5px;
}

th {
	font-size:10px;

}

.RateDiffCell {
	width: 30px !important;
}

.ItemCell {
	width: 75px !important;
	font-size:11px;
}
}

@media only screen and (min-width: 300px) and (max-width: 480px) {

.flat-grey {
	width: 100%;	
}

.form-control-other {
	margin-left: 0px;
	margin-top: 5px;
}
th {
	font-size:10px;
	
}
.RateDiffCell {
	width: 30px !important;
	
}
.ItemCell {
	width: 75px !important;
	font-size:11px;
}