.cslp_services {
	margin-top: 15px;
}
.cslp_services .cslp_service {
  	/*color: #555;*/
}
.cslp_services .cslp_service .bootstrap-datetimepicker-widget{
	color:#555
}

#coe_packstation_dialog td {
  padding: 2px 10px 2px 2px;
}

#coe_packstation_dialog .modal-dialog {
  max-width: 400px;
}

#coe_packstation_dialog .modal-header {
  background-color: yellow;
}

#coe_packstation_dialog .modal-header {
  background-color: yellow;
}

#coe_packstation_dialog .close {
  filter: alpha(opacity=50);
  opacity: .5;
}

#coe_packstation_dialog .close:hover,
#coe_packstation_dialog .close:focus {
  filter: alpha(opacity=100);
  opacity: 1;
}

#coe_packstation_dialog .cslp_error {
	background: #f25d44;
	background: -moz-linear-gradient(#f5a285, #f25d44);
	background: -o-linear-gradient(#f5a285, #f25d44);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5a285), to(#f25d44));
	background: -webkit-linear-gradient(#f5a285, #f25d44);
}