﻿#s4-ribbonrow{
	display:none; 
}
#suiteBar{ 
	display : none;
}

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
	float: left;
	height: 100%;
	width:  14.28%; /* 100% / 7 */
	width: -moz-calc(100%/7);
	width: -webkit-calc(100%/7);
	/*width: calc(100% / 7);*/
	position: relative;
}

