/*
Theme Name:     Kallyas Child Theme
Theme URI:      http://kallyas.net/demo/
Description:    Child theme for the Kallyas theme
Author:         Hogash
Author URI:     http://themeforest.net/user/hogash
Template:       kallyas
Version:        4.0.0
Tags: dark, light, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
Text Domain:  zn_framework
*/

.hometools,
.hometools_table
{
	clear: both;
	max-width: 420px;
	min-width: 280px;
	min-height: 100px;
}

dl.hometools_table dt 
{
	float: left;
	clear: both;
	line-height: 1.75em;
}	

dl.hometools_table dd 
{
	float: right;
	line-height: 1.75em;
}

dl.hometools_table dd input[type=number]
{
	border-radius: 3px;
	border: 1px solid rgb(233,233,233);
	width: 100px;
	float: right;	
}

.hometools_result {
	line-height: 2em;
	margin-top: 0.5em;
	padding-top: 0.5em;
}

dd.hometools_result {
	border-top: 1px solid rgb(233,233,233);
}

dd.hometools_result input
{
	border: 1px solid #cd2122;
	background-color: rgb(239, 239, 239);
	border-radius: 3px;
	padding: 4px;
	margin: 5px 0;
	float: right;
	font-weight: bold;
	min-width: 100px;
}

@media (min-width: 768px) and (max-width: 1023px)
{
	#eluid08910718 .col-md-4
	{
		width: 48%;
	}
}