﻿
/*--------------------------------------------------------------------
 TABLE OF CONTENTS
--------------------------------------------------------------------

NOTE: The CSS below is used on the Contact Us page 
(http://www.questrade.com/contact_us/default.aspx)
    
    1. VISIT US IN PERSON
    2. TABLES

--------------------------------------------------------------------*/



/*--------------------------------------------------------------------
1. VISIT US IN PERSON
--------------------------------------------------------------------*/

.google_map {
	width: 626px; 
	height: 292px;
	border:solid 1px #a1a6ae;
}

.google_map_content {
	margin: 0px;
}


.details {
    float:left;
    clear:left;
}

.numbers {
     float:left;
     padding-left:10px;
      clear:right;
}

/*--------------------------------------------------------------------
3. TABLES
--------------------------------------------------------------------*/
.tbl_contact tr {
	padding-bottom:5px;
}
.tbl_contact .label {
	padding-right:20px;
	width: 200px;
}

.tbl_holiday td {
	background:#ffffff;
}
.tbl_holiday .data {
	width:120px;
	text-align:center;
}