﻿/* make the body use it's proper scrollbar again */
body {
overflow: auto !important;
}
/* fix the width of the workspace, centre it and turn off its scrollbar. Also add a default padding to the top to cope with the ribbon in its standard form */
body #s4-workspace {
overflow: visible;

}
/* fix the position of the ribbon, float it above the content and allow it to grow when it's height changes*/
body #s4-ribbonrow {
position: fixed;
left: 0;
top: 0;
z-index: 1000;
overflow-y: visible;
min-height: 43px;
}
.nightandday #s4-ribbonrow{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	overflow-y: visible;
	background-color:#21374C;
}
