/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Custom Style Sheet - Use this file to style your content
 */
/* Diplomat order statuses*/
tr.orderaccepted {
background-color: #fbc1c1;
font-size: 10 px;
color: #000;
}

tr.orderforspareparts {
background-color: #ffffaa;
font-size: 10 px;
color: #000;
}

tr.orderready {
background-color: #d4ffff;
font-size: 10 px;
color: #000;
}

tr.orderdelivered {
background-color: #aaffaa;
font-size: 10 px;
color: #000;
}

.osred {
font-size: 10 px;
font-weight: bold;
color: red;
}
