@charset "UTF-8";
/* CSS Document */


/* Devised for Contact page.  Removes extra space around text in panel-title */
.panel-header-title {
  margin-top: 0;
  margin-bottom: 0;
}

h1.page-titles,
h2.page-titles
 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.section-header {
  padding-bottom: 9px;
  margin: 10px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

.indent-right {
  margin-right: 20px;
}
li {
  margin-bottom: 2pt;
}
li.increase-spacing {
  margin-bottom: 9pt;
}
.img-frame {
    background:transparent;
    padding:8px;
    border:1px solid #999999; 
}
.logo-frame {
    background:#CCCCCC;
    padding:8px;
    border:1px solid #999999; 
}
.logo-bg {
    background:url(../img/OnlineGWC-Logo.png);
	background-repeat:no-repeat;
}

/* controls the background color of side menus on tutorial pages, as well as the rounded corners */
.nav-pills-background {
	background:#ffffff;
	border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* For Jumbotron index page on phones */
h1.phone-size {
	font-size: 30px;
	}
	
/* Jorge's CSS for schedule tables -- might be able to delete if not using in schedules*/
.DataRows {
	color: #000000;
	line-height:1.5;
	text-decoration: none;
	background-color: #E5E5E5;	
}
.WhiteRows {
	color: #000000;
	line-height:1.5;
	text-decoration: none;
	background-color: #ffffff;	
}
TR.DataRows:hover, TR.WhiteRows:hover{
	background-color:#ccc;	
}
.Dark {
	background-color: #333333;
	color: #fff;	
}
.Dark TD, TH {	
	border-bottom:#ccc thin;
	}
	
/*  Dark bottom line for rows - specifically for live schedules */

.border-bottom {
border-bottom:solid thin;
border-bottom-color:#CCCCCC;
}

/* My Start Here (now named "10 steps") indent class */
.start-here-indent {
  padding: 5px 20px;
  margin: 0 0 10px 10px;
}

/* innitialism abbreviations without tiny font (used in title row of schedules) */
abbr.initialism-title {
  font-size: 100%;
  text-transform: uppercase;
}