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

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #3E3E3E;
  color:#fff;
}
.text-muted {
    color: #CEC9C9;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 960px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}

.formelement {
    padding: 10px 0px;
}

.label {
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-align: left;
	padding: .2em .6em .3em 0em;
}
#lblCourseTitle, #lblCourseSession, #lblCourseTitle3, #lblCourseSession3 {
    font-weight: bold;
}
.formelement input {
    width: 400px;
}
.text-muted-strikethru {
    color: lightgray;
    text-decoration: line-through;
}