﻿/*
 * Sharepoint workaround CSS
 */

#sp_controls_wrapper {
	width: 787px;
	margin: 0 auto;
}

/*Fix call 11349 - VIEW MODE: formating bullets & ordered numbers*/
div.margin li 
{ 
color: #657DA2 !important; 
line-height: 200% !important;
} 



div.margin ol 
{ 
/*border:1px solid red;*/ 
position: relative; 
left:-10px; 
color: #657DA2 !important; 
padding:0px;
} 

