@media screen and (-webkit-min-device-pixel-ratio:0) {
/* only webkit-based browsers will read the following styles Chrome and Safari */
		.primaryDetail  .actions{
        height: 35px;
        margin-left: 10px;
        background:  url('img/summaryDivider.png') no-repeat top left;
        border-top:1px solid #ddd;
        width:100%;
        overflow:visible;
    }
}
