﻿body {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #333333;
}

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
 will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
}

h3 {
  color: #65b94d;
}


.csn-topbar {
  background-color: #888888
}

.csn-footer {
  position: inherit;
  left: 0;
  bottom: 0;
  width: 100%;
}

.csn-footer p 
{
  padding-left:30px;
}

.csn-button
{
  padding-left:40px;
  padding-right:40px;   
}

.csn-upload-form
{
  margin-top:50px;
}

.csn-instructionsbox{
  margin-top:20px;
}

.csn-instructionstep
{
 font-weight:bold;
}
.csn-closesession {
  color:#333333;
  font-size:14px;
  margin-top:40px;
  margin-right:30px;
}
.csn-closesession span{
  font-weight: bold;
  margin-left: 5px;
}