﻿/*!
* Akribi Financials
* Version: 18
* Build date: Feb 21, 2018
*
* Copyright (c) 2016 - 2021 Akribi System AB. ALL RIGHTS RESERVED
*/



.fx-date {
   width: 80px;
}

.fx-green {
	color: white;
	background-color: green;
	background-image: url('../images/arrow_right.ico');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

.fx-blue {
	color: white;
	background-color: blue
}

.fx-red {
	color: white;
	background-color: red
}

.fx-orange {
	color: white;
	background-color: DarkOrange
}

.fx-dark {
	background-color: #2a2a2a
}

.price-container {
   float: right;
   padding-top: 13px;
}

   .price-container > div {

   }

   .price-container .price {
      font-size: 30px;
   }

   .price-container .caption {
      font-size: 11px;
      line-height: 12px;
      padding-left: 2px;
      opacity: 0.7;
   }