﻿@media screen and (-webkit-min-device-pixel-ratio:0) 
{  
    .fixed-length
    {
        width: 148px;
    }

    .events .fixed-length
    {
        width: 158px;
    }

    .mygp .newbutton2
    {
        height: 25px;
        margin: 0px 0px 0px 20px;
        padding-top:0px;

    }

    .hplogin .button {
	margin:0;
	width:60px;
	height:32px;
	background:#0072BC;
	vertical-align: middle;
	margin-left:10px;
	border-radius:2px;
	font: 14px/20px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	float:left;
}
}

