body {
	font-family: "Helvetica", Arial, sans-serif;
	text-align:center;
}

.thenLabel {text-align: right; padding-top: 5px  }
.info {background-color: #aaa;}

#logo {
    background: rgba(0,0,0,0) url("../img/logo.png") no-repeat scroll 0%;
    border: 0;
    margin: 0 30px;
    padding: 0;
    width: 140px;
    height: 121px;
    background-size: 140px;
}

.grid {
max-width:400px;
margin-left:auto;
margin-right:auto;
}

.mytab {
    max-width: 20% !important;  /* 12.5% for 8 tabs wide */
    clear: none !important;  /* Prevent line break caused by ui-block-a */
}

#tooltip
{
    text-align: center;
    color: #eee;
    background: #555;
    position: absolute;
    z-index: 100;
    padding: 15px;
}
 
    #tooltip:after /* triangle decoration */
    {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #ddd;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }
 
        #tooltip.top:after
        {
            border-top-color: transparent;
            border-bottom: 10px solid #ddd;
            top: -20px;
            bottom: auto;
        }
 
        #tooltip.left:after
        {
            left: 10px;
            margin: 0;
        }
 
        #tooltip.right:after
        {
            right: 10px;
            left: auto;
            margin: 0;
        }