﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* 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;
}

.th_desc {
	display: block;
	float:left;
	width:250px;
	color: #999999;
	font-weight: bold;
}

.sEntry {
	border-bottom: 1px solid #CCCCCC;
	display: inline-block;
	float: left;
	padding: 10px 0;
	vertical-align: middle;
	width: 700px;
}

.sEntry:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.sFrom {
	display: inline-block;
	float: left;
	margin-left: 5px;
	vertical-align: top;
	width: 320px;
}

.sTo {
	display: inline-block;
	float: right;
	margin-right: 5px;
	vertical-align: middle;
	width: 360px;
}

.sTo  .code,.sTo .desc {
float:right;
}

.code {
float: left;
width:65px;
}

.sEntry .sTo:last-child {
margin: 5px 5px 0 0;
}

.desc {
	float: left;
	padding-bottom: 15px;
	width: 255px;
	word-wrap: break-word;
}

.sFrom:first-letter{
    text-transform:capitalize;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}