/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 13, 2017, 1:19:24 PM
    Author     : Dilini
*/

.detail-box {
	border: aquamarine solid 1px;
	border-radius: 5px;
	height: 55px;
	margin: 2px;
	text-align: center;
	vertical-align: middle;
}

.detail-box div:first-child {
	text-align: right;
}

.detail-box-g {
	border: aquamarine solid 1px;
	border-radius: 5px;
/*	height: 46px;*/
	margin: 2px;
	text-align: center;
	vertical-align: middle;
}