/*--------------------------------------------------*/
/* Locations                                        */

	table {
		background: #fff;
		border-top: 1px solid #85cbed;
		border-bottom: 1px solid #85cbed;
		border-right: 1px solid #fff;
		border-left: 1px solid #fff;
	}

		table th {
			text-align: left;
			padding: 6px;
			background: #85cbed;
		}

			table th.phone {
				white-space: nowrap;;
			}

		table td {
			padding: 6px;
			vertical-align: top;
		}

			table .alt td {
				background: #f0f9fd;
			}