
#bottom_popup_trigger
{
	font-size:11px;
	cursor:pointer;
	text-decoration:underline;
    margin: auto;
    text-align: center;
    color: #e3e3e3;
}

#bottom_popup
{
	display:none;
    position: absolute;
	z-index:200;
    top:0px; /* updated by js */
    left: 50%;
    border: 0 ; /*- 1px solid #FFF;*/
    width: 700px;
    height: 200px;
    margin-left: -350px;
	font-family:Arial;
	font-size:15px;
}
#bottom_popup_content
{
	background-color:#fff;
	padding:10px;
	overflow:hidden;
	box-shadow:1px 2px 5px #333;
	border-radius:15px;
	color:#333;
    width: 100%;
    height: 370px;
}

#bottom_popup .r1{ display:block;text-align:center; font-weight:bold; padding: 10px 0; }
#bottom_popup .rf{ display:block;text-align:center; padding: 5px 0; font-size: 13px; line-height: 15px !important; }


#bottom_popup_content a{ color:#0072ff; }
#bottom_popup_content a:hover{ color:#0115ff; }

#bottom_popup_content .rf{ line-height: 13px; }


table#bottom_popup_table { margin:0 0 10px 0; font-size: 13px; }
table#bottom_popup_table tr{}
table#bottom_popup_table td{ padding: 1px 10px;}


table#bottom_popup_table tr.hdg td{ background-color:#e1e1e1; font-weight:bold; padding:3px ; }



@media( max-width:700px )
{
	#bottom_popup
	{
		bottom:110px;
		left: 0;
		width: 100%;
		height: 200px;
		margin-left:0px;
	}
	#bottom_popup_content
	{
		padding:2px;
		overflow:hidden;
		overflow-y:auto;
		box-shadow:none;
		border-radius:0;
		color:#333;
		width: 100%;
		height: 200px;
		
		line-height:15px !Important;
	}