/*
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
*/

.table {
	 border-spacing: 1;
	 border-collapse: collapse;
	 background: white;
	 border-radius: 6px;
	 overflow: hidden;
	 max-width: 800px;
	 width: 100%;
	 margin: 0 auto;
	 position: relative;
}
 .table * {
	 position: relative;
}
 .table td, table th {
	 padding-left: 8px;
}
 .table thead tr {
	 height: 60px;
	 background: #ffed86;
	 font-size: 16px;
}
 .table tbody tr {
	 height: 35px;
	 
}
 .table tbody tr:last-child {
	 border: 0;
}
 .table td, table th {
	 text-align: left;
	 vertical-align:middle !important;
}
 .table td.l, table th.l {
	 text-align: right;
}
 .table td.c, table th.c {
	 text-align: center;
}
 .table td.r, table th.r {
	 text-align: center;
}
 @media screen and (max-width: 35.5em) {
	 .table {
		 display: block;
	}
	 .table > *, table tr, table td, table th {
		 display: block;
	}
	 .table thead {
		 display: none;
	}
	 .table tbody tr {
		 height: auto;
		
	}
	 .table tbody tr td {
		 padding-left: 5%;
		 margin-bottom: 2px;
	}
	 .table tbody tr td:last-child {
		 margin-bottom: 0;
	}
	 .table tbody tr td:before {
		 position: absolute;
		 font-weight: 700;
		 width: 40%;
		 left: 10px;
		 top: 0;
	}
/*	 .table tbody tr td:nth-child(1):before {
		 content: "Code";
	}
	 .table tbody tr td:nth-child(2):before {
		 content: "Stock";
	}
	 .table tbody tr td:nth-child(3):before {
		 content: "Cap";
	}
	 .table tbody tr td:nth-child(4):before {
		 content: "Inch";
	}
	 .table tbody tr td:nth-child(5):before {
		 content: "Box Type";
	}*/
}

 blockquote {
	 color: white;
	 text-align: center;
}
 