/* _colors.scss, all relevant colors are defined in here */
@font-face {
  font-family: 'colaborate-regularregular';
  src: url("fonts/ColabReg-webfont.eot");
  src: url("fonts/ColabReg-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ColabReg-webfont.woff") format("woff"), url("fonts/ColabReg-webfont.ttf") format("truetype"), url("fonts/ColabReg-webfont.svg#colaborate-regularregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@media print {
  .print-hide {
    display: none !important; }

  #mti_wfs_colophon {
    display: none !important; }

  .print-nocolors {
    background-color: white !important;
    color: black !important; }

  .order-not-done, .order-unregistered, .order-done {
    background-color: white !important; }

  .cart-entry-textfield {
    border: none !important; }

  .cart-items-price {
    margin-right: 10px !important; }

  .cart-item-info {
    margin-left: 20px !important; }

  .order-head th {
    font-size: 18px !important; }

  .order-row {
    font-size: 15px !important; }

  .selector_model_name, .selector_model_price, .selector_info_value, .cart-item-info-info, .cart-entry-textfield {
    color: #444444 !important; }

  .print-margin {
    margin-left: 20px; } }
@media screen {
  .print-show {
    display: none; } }
