﻿.ShareContainer { max-height: 100px; overflow-y: hidden; width: 100%; } 

    .ShareDiv
    {
    	background-color: White;
    	width: 95%;
    	float: left;
    	border: 1px #cccccc dotted;
    }
    .ShareDivOver
    {
    	background-color: #eeeeee;
    	border: 1px #eeeeee dotted;
    	width: 95%;
       	float: left;
    }
    .ShareDiv td, .ShareDivOver td
    {
		font-size: 12px;
		font-weight: bold;
		vertical-align: middle;
    }
    .ShareTable
    {
    	width: 100%;
    }