@charset "utf-8";

#content label { font-weight: bold; margin:5px 0; }
#content input[type="text"] { width: 35%; }
#content h1 { margin-top: 50px; }

#content .sendingTo {margin-top: 20px; }
#content input[type="text"][readonly] { background-color: #fff; }
#content td { font-weight: normal; }
#content .greyBorder { font-weight: bold; border-bottom: 2px solid #ccc; }


/* #main {margin: auto; padding: 0 20px; width: 960px;} */
#main {margin: auto;}

@charset "utf-8";
/* CSS Document */

/* Main page */

/* #tableContent { width: 950px; margin-left: -23px;} */

#content .examplePostalCode {
    margin-top: -15px;
    color: #666666;
}

/* Results page */

#content .highlightProvince {
    font-weight: bold;
    background-color: #e5e5e5;
}

/* Line 113 - Add fromPostalCode as class name */
#content .fromPostalCode {
	color: #222222;
}

/* Line 134-140 - Update color */
tr.greyBorder td {
	color: #222222;
}

/* Line 142 - Shrink grey bar for province */

#content .highlightProvince {
    font-weight: bold;
    background-color: #e5e5e5;
    height: 21px;
    padding: 0 20px !important;
}

.tableOverflow {
	overflow-x: scroll;
}

@media only screen and (max-width: 64em) { /* Medium and Small */
				#content h1 { margin-top: 100px; }
                }              

