﻿/*Solve: Webpart 5px padding bug*/
.WebPart 
{     
    padding: 0px !important;
    margin-left:0px;
    padding-left:0px;
}
