/**
 * Exercise Handouts page
 */

.handout-framestyle {
  border-right-width:0px;
  border-left-width:0px;
  border-bottom-width:0px;
  display: inline-block;
  width: 49%;
  height: 600px;
}
#handout-tab-content-header
{
  width: 100%;
}

#handout-tab-content-header h4{
  display: inline-block;
  text-align:center;
  float: left;
  width: 50%;
}



/**
 * Problem Guides page
 */

.guide-framestyle {
  border-right-width:0px;
  border-left-width:0px;
  border-bottom-width:0px;
  display: inline-block;
  width: 100%;
  height: 600px;
}

#guide-tab-content-header
{
    width: 100%;
}



/**
 * Sample Syllabus page
 */

#syllabus-page body {
  height: 100%;
}
#syllabus-page #wrapper {
  padding-left: 55px;
}
#syllabus-page #syllabus {
  padding-bottom: 50px;
}
#syllabus-page .syllabus-container {
  margin: 0px;
  padding: 0px;
  height: 95%;
  position: relative;
}
#syllabus-page .syllabus-container #syllabus {
  padding-right: 100px;
  margin: auto;
  position: relative;
  padding-left: 120px;
  height: 100%;
  overflow-y: visible;
}
#syllabus-page .row {
  margin-left: 35px;
  margin-right: 0;
}
#syllabus-page table {
  width: 95%;
}
#syllabus-page #syllabus {
  font-size: 11pt;
}
#syllabus-page table {
  margin-top: 10px;
  margin-bottom: 10px;
}
#syllabus-page table.border tr th,
#syllabus-page table.border tr td {
  border: 1px solid black;
  padding: 10px;
  vertical-align: top;
}
#syllabus-page table.bold tr td {
  font-weight: bold;
}
#syllabus-page table.border tr th {
  background-color: #E0E0E0;
}



/**
 * Unplugged page
 */

.unplugged-start-panel .unplugged-row .unplugged-instance {
  padding: 20px 0px;
}
.unplugged-start-panel .unplugged-row .unplugged-instance .info-container .unplugged-title {
  color: #555555;
  font-size: 24px;
  line-height: 24px;
  font-weight: 200;
}
.unplugged-start-panel .unplugged-row .unplugged-instance .info-container .unplugged-description {
  color: #95a5ac;
  font-size: 14px;
  line-height: 21px;
  font-weight: 200;
}
.unplugged-start-panel .unplugged-row .unplugged-instance .info-container .start-container {
  margin-top: 10px;
}
.unplugged-start-panel .unplugged-row .unplugged-instance .info-container .start-container .start-text {
  font-size: 14px;
  font-weight: 600;
  color: #555555;
  margin-right: 20px;
}
.unplugged-start-panel .unplugged-row .unplugged-instance .info-container .start-container .button {
  font-weight: 600;
  text-transform: uppercase;
  padding: 0em 3.5em;
}
.unplugged-start-panel .unplugged-row .unplugged-instance .info-container .start-container .white-button {
  font-size: 12px;
  background-color: white;
  border-color: #27a9e1;
  color: #27a9e1;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1em 3.5em;
}
.unplugged-start-panel .unplugged-row .unplugged-instance .info-container .start-container .white-button:hover {
  background-color: #f4f8fc;
  opacity: 1;
}
.unplugged-start-panel .unplugged-row .unplugged-instance .image-container {
  min-width: 200px;
  text-align: center;
  border-radius: 200px;
}
.unplugged-start-panel .unplugged-row .unplugged-instance .image-container img {
  width: 180px;
}



/**
 * General styling
 */

body {
  background-color: #f4f8fc;
  position: relative;
  font-family: "Proxima Nova", 'proxima-nova', sans-serif;
}

.btn {
 color: #FFFFFF ;
 border-radius: 3px;
 font-weight: 600;
 -webkit-font-smoothing: antialiased;
 background-color: #27a9e1 ;
 font-size: 12px;
}

.btn:hover {
 background-color: #2499cc ;
 opacity: 1;
 color: #FFFFFF ;
}

.btn:focus {
 color: #FFFFFF ;
}
