/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.fbox-bg.fbox-center, .item-faults{
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.fault-price{
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: inherit;
}