/* -------------------------------- 

Primary style

-------------------------------- */
@font-face {
	font-family: "helvetica";
	src: url("http://training.strongtie.com/custom/fonts/bcf54343d03341eebbd72b77df3fe7ba.woff") format("woff"), url("http://training.strongtie.com/custom/fonts/bcf54343d03341eebbd72b77df3fe7ba.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "helvetica";
	src: url("http://training.strongtie.com/custom/fonts/530dee22e3c14e9fbf62c31d510d9656.woff") format("woff"), url("http://training.strongtie.com/custom/fonts/530dee22e3c14e9fbf62c31d510d9656.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

body {
  font-size: 100%;
  font-family: "helvetica", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #4e5359;
  background-color: #f3f3f5;
}

header {
  position: relative;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #f3f3f5;
}

header h1 {
  font-family: "helvetica", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #666666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 300;
}

.main {
  width: 90%;
  max-width: 1024px;
  margin: 2em auto;
}

a {
  color: #FF773D;
  text-decoration: none;
}

.introduction {
  text-align: center;
  font-size: 16px;
  font-size: 1.0rem;
  font-weight: 300;
  line-height: 1.4;
  color: #6c7d8e;
  padding: 0 0 20px;
}

.tabletitle {
	font-size: 19px;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.4;
	text-align: center;
	color: #ffffff;
	background-color: #4e5359;
	border-left: 3px solid #FF773D;
	padding: 15px 0;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.tabletitle strong {
    font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
}

.tablecontent {
	background-color: #ffffff;
    padding: 30px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.tablecontent p {
	font-size: 16px;
    font-size: 1.0rem;
    font-weight: 300;
    line-height: 1.4;
    color: #6c7d8e;
	padding: 0 0 18px 0;
}

.tablecontent instructor {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
}

.tablecontent strong {
    font-weight: 400;
}

.tablecontent ul {
    list-style: disc outside none; 
    margin-left: 0; 
    padding-left: 1em;
}

.tablecontent li {
    padding-left: 0.5em;
	font-size: 16px;
    font-size: 1.0rem;
    font-weight: 300;
    line-height: 1.4;
    color: #6c7d8e;
}

.footertext {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  color: #6c7d8e;
  padding: 0 0 10px;
}

sup { 
    vertical-align: super;
    font-size: smaller;
}