/*************************************************************************
 *
 *  File: WM_UI_account_info.css for WebMail UI only
 *
 *      This file provides all settings for the 
 *		 *  account information site over hamburger menu 
 *
 *
 ************************************************************************/

#account_info_site_cell
{
	position:		relative;
	z-index:		0;
}

#account_info_site_table
{
	float: 			none;
	width:			60%;
	line-height:		1rem;
	border-collapse:	inherit; /*for overwrite foundation.css*/
	border-radius: 		25px;
	border-radius: 		1.563rem;
}

.account_info_site_td_font_bold
{
	font-weight: bold;
        min-width: 7rem;
}

.account_info_site_row,#account_info_site_div
{
	background-color:		#f7f7f7 !important;
}

#account_info_site_div			/*display large */
{
	text-align:         center;
	border-radius:      25px;
	border-radius:      1.563rem;
	margin-left:        12rem;
	margin-right:       10rem;
	padding:            1.5rem 0 1.5rem 0;
	/*width:            70%;*/
}

@media print, screen and (max-width: 70em) { /*display middle < 70em */
	#account_info_site_div
	{
            margin-left:    2rem;
            margin-right:   2rem;	
            padding:        1.5rem 1rem 1.5rem 1rem;
	}
}

@media print, screen and (max-width: 30em) { /*display small < 30em */
	#account_info_site_div
	{
            margin-left:    0rem;
            margin-right:   0rem;	
            padding:        1.5rem 1rem 1.5rem 1rem;
	}
}

