#wrapper {
   min-height:100%;
   position:relative;
}	

.pch-wrapper {
    contain: layout;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 500;
}

.pch-header {
    background: #fff;
    border-bottom: 1px solid #bdc1c6;
    -webkit-box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 2px 6px 2px rgba(60,64,67,.15);
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 2px 6px 2px rgba(60,64,67,.15);    
}

.container-top {
	height: 40px;
    padding-top: 7px;
    position: relative;
}


.pcc-wrapper {
	padding-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 499;
    
}

.container-content {
	background-color:#ffffff;
}

.container-content h2:first-child {
	margin-top: 10px;
}

.page-layout {
	padding-left: 40px;
    padding-right: 40px;	
	padding-bottom: 30px;    
}

.horizontal-center {
	max-width: 960px;
	margin:0 auto;
}


#BOXT {
	margin-bottom: 28px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12);
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    background: #fff;	
	overflow: hidden;	
}