#ol-form{
	padding:10px;
}

#ol-form h2{
	font-weight:bold;
	font-size:20px;
	padding-bottom:5px;
}

#ol-form form{
	padding-bottom:30px;
}

#ol-form .ol-check-order-panel{
	border: 1px solid black;
	max-width:550px;
	padding:10px;
}
#ol-form .ol-check-order-panel .fd-row{
	padding-bottom:10px;
}

#ol-form .ol-check-order-panel .ol-check-order-panel-info{
	padding-bottom:30px;
}

#ol-form .ol-check-order-panel input{
	margin-left:0px;
	width: 95%;
}
#ol-form .ol-signin-link{
	text-decoration:underline;
}

#ol-form .ol-error-message{
	color:#990000;
    font-size: 14px;
    padding-top: 10px;
}

#ol-form .order-shipment-details{
	padding-left:10px;
}

#ol-results .order-shipment-table th, 
#ol-results .order-shipment-table td{
	padding:3px;
}

#ol-results .order-shipment-table *{
	font-size: 12px;
}
#ol-results .ol-go-back-link{
	padding-bottom: 10px;
    display: block;
}

#ol-results .order-shipment-table th.ol-sub-section-header{
	padding-bottom:8px;
}
	
#ol-results .order-shipment-table .ol-sub-order-number{
    color: black;
    font-style: italic;
    font-weight: normal;
    text-decoration: underline;
}

#ol-results .order-shipment-table td.price {
    color: #ED1C24;
    font-weight: 700;
    text-align: right;
}

/* OPEN_STATUS = "1303100" */
#ol-results .ol-label-1303100{
	background-color: #f0ad4e;
}
/* CANCELED_STATUS = "1303105" */
#ol-results .ol-label-1303105{
	background-color: red;
}
/* COMPLETED_STATUS = "1303106" */
#ol-results .ol-label-1303106{
	background-color: green;
}
/* WORK_STATUS = "1303108" */
#ol-results .ol-label-1303108{
	background-color: #f0ad4e;
}