/**
 * Calculator options headline
 * Author: Sergey Dyagovchenko, http://d.sumy.ua/
 * Project: Fotokniga
 * Created: 22.02.2013
 * Updated: 20.10.2013
 */

.calc-options-headline {
	position: absolute;
	top: 0;
	left:252px;
	right: 0;
}

.calc-options-headline .calc-headline {
	font-size: 28px;
	font-weight: bold;
}

.calc-options-headline .calc-headline span {
	text-transform: lowercase;
}

.calc-options-headline .calc-subheadline {
	height: 17px;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.2;
}

.calc-options-headline .calc-subheadline p {
	margin: 0;
}

.calc-options-headline .calc-subheadline::after {
	height: 14px;
	width: 50px;
}