/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Application specific css styling.
 *
 * Any application specific styling that should be applied on top of the bootstrap css can be done here
 */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * styling of key value pairs
 */
.row.keyvalue-row {
	/* mimic table styling */
	border-top: 1px solid #e4e4e4;
	padding: 8px 0;
	/* undo the left and right negative margin or .row
	 * the resulting slight indentation is desired 
	 */
	margin-left: 0px;
	margin-right: 0px;
}

.keyvalue-keycolumn {
	/* force lowercase */
	text-transform: lowercase;
}

.strike {
	text-decoration: line-through;
}

.btn-nominal {
	min-width: 80px;
}

body{
    font-size: 13px !important;
    color: #555 !important;
}

.flex-column-form-group{
    display: flex;
    flex-direction: column;
    padding: 5px;
}