/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */

 
.bold {
	font-weight: bold;
}

a[href$=".pdf"]:after, a[href$=".pdf?raw=true"]:after 
{
  content: url(../images/icon_pdf.gif);
  padding-left:2px;
}

a[href$=".zip"]:after 
{
  content: url(../images/icon_zip.gif);
  padding-left:2px;
}

a[href$=".doc"]:after, a[href$=".docx"]:after
{
  content: url(../images/icon_word.gif);
  padding-left:2px;
}

#zip_no_icon a[href$=".zip"]:after, #zip_no_icon a[href$=".pdf?raw=true"]:after {
	content: "";
}


.large-text {
	font-size: 40px;
}

.medium-text {
	font-size: 30px;
}

.win-link {
	padding-left: 30px;
}

.pad-10 {
	padding: 10px 0px;
}

.pad-20 {
	padding: 20px 0px;
}

.center {
	text-align: center;
	vertical-align: middle;
}

.github-icon {
	background-image: url('../images/GitHub-Mark-32px.png');
	background-repeat: no-repeat;
	width:32px;
	height:32px;
	margin:20px 10px 0px 10px;
	display:inline-block;
	float:left;
}


#download_table.table-striped tbody > tr:nth-child(odd) > td, #download_table.table-striped tbody > tr:nth-child(odd) > th {
    background-color: #e7e7e7;
}
#download_table.table-striped tbody > tr:nth-child(even) > td, #download_table.table-striped tbody > tr:nth-child(even) > th {
    background-color: #ffffff;
}

#download_table.table-striped thead {
	background-color: #ffffff;
}

.left-justify {
	text-align: left;
}
.blue-btn:hover,
.blue-btn:focus {
	background-color: #337ab7;
	color: #fff;
}
 
.hi-top {
	padding-top: 30px;
}
.region-footer {
	font-size: 80%;
}
.pad-top-150 {
	padding-top:150px;
}

#geomap {
	padding:20px 150px;
	width:90%;
}

.download-bullets ul {
	padding-left: 20px;
}

.blue {
	color: #3276B1;
}

.gray {
	color: #6c737a;
}

.pad-top-10 {
	padding-top: 10px;
}

