
#main{
	 background-color:rgba(255, 255, 255, 0.88);
}

#main #ribbon{
	margin-top: 50px;
	background: none;
}

#main.centralized #aside{
   top: 0px;
   width:100%;
   padding: 0px;
   position: relative;
   top:0;
}

.mainColumn{
	float:left;
	width:33.3%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

	border-left:1px solid #D1D2D4;
}

.mainColumn:first-child{
	border-left:none;
}

.columnHeader{
	height: 86px;
}

.columnHeader h1{
	height: auto;
	line-height: auto;
}

.flexibleElem{
	display: none;
}

.flexibleElem.selected{
	display: block;
}

input[placeholder="###-#########"]{
	width: 135px;
	left: -20px;
}