td.td_checkbox {
 width:15px;
 text-align:right;
}

/*jquery za selection na red*/
.selected td {
  background-color: #FDF9C1;    
}
.selected-pics {
  background-color: #FDF9C1; 
}

/* SMALL ----------- */
@media only screen
and (max-width:650px) {
	.bigInput.inputFavText  {
		width:80%;
	}
	.bigInput.inputFavSelect {
		font-size:85%;
		margin:0px 5px;		
	}
}
/* BIG ----------- */
@media only screen
and (min-width:651px) { /*1024*/
	.bigInput.inputFavText  {
		width:320px;
	}
}