/*
	Theme Name:		ITBMS Theme
	Description:	A child theme of the Twenty Seventeen default WordPress theme
	Author:			eRepasi
	Template:		twentyseventeen
	Created:		21-Januar-2018
	Revision:		26-July-2018
	File:			style-startPage.css (assets/css/style-startPage.css)
*/
/*---------------------------*/
		
		div .all {
			position: static;
			background-color: #ffffcc;
			border: 1px solid #009475;
		}
		.main-header {
			margin: 35px 0px 20px 0px;
		}

		.fbox-head {
			margin: 35px 0px 10px 0px;
		}
		.fbox-container {
			column-count: 2;
	/*		margin: auto;	*/
			max-width: 660px;
	/*		content-align: left;	*/
		}
		.fbox-child {
	/* 		width: 320px;	*/
			padding: 0px 0px;
			margin: 10px 10px;
			display: inline-block;
			text-align: left;
	  		vertical-align: middle;
	/* 		border-style: solid;	*/
		}
		.fbox-child-fix {
	 		width: 320px;
			padding: 0px 0px;
			margin: 10px 10px;
			display: inline-block;
			text-align: left;
	  		vertical-align: middle;
		}

		.mainContent hr {
			margin: 20px auto 20px;
		}
		.main-end-space {
			height: 4em;
		}

		tr:nth-child(even) {	background-color: #ffffff;	}
		tr:nth-child(2n+3) {	background-color: #dfdfdf;	}
		
		.center {	text-align: center; }
