.container {
  max-width: 560px; }
.header {
  margin-top: 3rem;
  text-align: center;
	display:block;
	clear:both;
}
.value-prop {
  margin-top: 1rem; }
.value-props {
  margin-top: 4rem;
  margin-bottom: 4rem; }
.docs-header {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: .2rem;
  font-weight: 600; }
.form-section {
  padding: 2rem 0;
  margin-bottom: 0;}
.value-img {
  display: block;
  text-align: center;
  margin: 2.5rem auto 0; }
.example-grid .column,
.example-grid .columns {
  background: #EEE;
  text-align: center;
  border-radius: 4px;
  font-size: 1rem;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  margin-bottom: .75rem;
  font-weight: 600;
  letter-spacing: .1rem; }
.docs-example .row,
.docs-example.row,
.docs-example form {
  margin-bottom: 0; }
.docs-example h1,
.docs-example h2,
.docs-example h3,
.docs-example h4,
.docs-example h5,
.docs-example h6 {
  margin-bottom: 1rem; }
.heading-font-size {
  font-size: 1.2rem;
  color: #999;
  letter-spacing: normal; }
.code-example {
  margin-top: 1.5rem;
  margin-bottom: 0; }
.code-example-body {
  white-space: pre;
  word-wrap: break-word }
.example {
  position: relative; 
  margin-top: 4rem; }
.example-header {
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: .5rem; }
.example-description {
  margin-bottom: 1.5rem; }
.example-screenshot-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #eee;
  height: 250px; }
.example-screenshot {
  width: 100%;
  height: auto; }
.example-screenshot.coming-soon {
  width: auto;
  position: absolute;
  background: #eee;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px; }

/* Navbar */
.navbar + .form-section {
  border-top-width: 0; }
.navbar,
.navbar-spacer {
	clear:both;
  display: block;
  width: 100%;
  height: 40px;
  background: #fff;
  z-index: 99;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.navbar-spacer {
  display: none; }
.navbar > .container {
  width: 100%; }
.navbar-list {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.navbar-item {
  position: relative;
  float: left;
  margin-bottom: 0;
}
.navbar-link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
/*  margin-left: 12px;
  margin-right: 23px;
*/	
/*	display:block;*/
  text-decoration: none;
  line-height: 40px;
  color: #222; }
.navbar-link.active {
  color: #33C3F0; }
.has-docked-nav .navbar {
  position: fixed;
  top: 0;
  left: 0; }
.has-docked-nav .navbar-spacer {
  display: block; }
.has-docked-nav .navbar > .container {
  width: 80%; }

h1 {
  font-size: 22px;
	float:left;
}

.section-title {
  font-size: 14px;
  font-weight:600;
  margin-bottom:8px; 
}

.title {
  text-align:left;
  padding-left: 16px;
}

#umms-logo {
  margin:5px 16px 0 16px;
  width: 70px;
  height: 70px;
  background-image: url('../images/umlogo.gif');
  background-repeat: no-repeat;
  background-size: contain;
	float:left;
}

.form-section {
  margin-left:16px;
}

.form-section form {
  content: "";
  display: table;
  clear: both;
}

.form-section input[type="checkbox"]{
  margin-right:0.5em;
  float:left;
  clear:left;
  vertical-align: middle;
  position: relative;
  top: 1px;
}

.form-section select{
  margin-right:0.5em;
  font-size:14px;
  float:left;
  height:28px;
  padding:0;
}

.form-section label{
  float:left;
  display:block;
  font-weight:normal;
  font-size:14px;
  vertical-align: middle;
  white-space:nowrap;
  clear:both;
}

.form-label-group-title {
  float:left;
  margin:0 0 8px 16px;
  font-weight:normal;
  font-size:14px;
}

.form-label-group-label {
  clear:both;
}

#elective-resection-notice {
  float:left;
  display:block;
  font-weight:normal;
  font-size:14px;
  vertical-align: middle;
  white-space:nowrap;
  clear:both;
  margin-bottom: 30px;
  color:#FF4136;
}

#pre-calculator-questions label{
  line-height:20px;
}

#pre-calculator-questions span {
  padding-left:0px;
  margin-right:10px;
  white-space:nowrap;
}
#pre-calculator-questions input[type="radio"] {
  margin-right:5px;  
}

#pre-calculator-questions label {
  clear:none;
}

#risk-los-days {
  float:left;
  margin:0 8px 0 4px;
}

#risk-los {
  float:left;
  line-height:28px;
}

label {
  margin-bottom: 0;
}

input, textarea, select, fieldset {
  margin-bottom: 1rem;
}
select {
  margin-bottom: 0.5rem;
}
.results .label {
  font-weight:normal;
  font-size:14px;
  text-align:left;
  clear:both;
}

.results .value {
  font-size:18px;
  text-align:left;
  line-height: 20px;
  margin-bottom:16px;
}

.results .value #digit-risk-score {
  width: 90px;
}

.results .value #digit-readmission-risk {
  width: 200px;
}

div#reset-row {
	padding-top:12px;
  text-align:left;
  clear:both;
}

.button {
  font-size:14px;
  padding:0 12px;
}

hr {
	margin:0 0 18px 0;
}

body {
  font-family: "rawline", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom:100px;
  line-height:1;
}

form {
  margin-bottom:2rem;
}

.page {
  display:none;
}

#digit-readmission-risk {
  margin-top:5px;
}

#digit-relative-risk {
  margin:5px 0px;
  font-weight:bold;
}

.low-risk {
  color:#2ECC40;
}

.medium-risk {
  color:#FFDC00;
}

.high-risk {
  color:#FF4136;
}

#post-operative-riskfactors {
  margin-bottom:16px;
}

.abstract-title {
	font-size: 14px;
	font-weight:600;
	margin-bottom:8px;
}

#abstract-div, #disclaimer-div {
  margin:16px 0 0 16px;
}

@media (max-width: 375px) {
  #umms-logo {
    margin:0px 16px 0 16px;
    width: 60px;
    height: 60px;
    }
  h1 {
    font-size: 17px;
  }
  
  .navbar-link {
    font-size: 11px;
    font-weight: 600;
    margin-left: 0;
    margin-right: 14px;
    line-height: 40px;
  } 
  
  .form-section select{
    margin-right:0.5em;
    font-size:12px;
    float:left;
    height:28px;
    padding:0;
  }

  .form-section label{
    font-size:12px;
    white-space:nowrap;
  }

  .form-label-group-title {
    font-size:12px;
  }

  .abstract-title {
  	font-size: 12px;
  }  

  .page p {
    font-size:12px;
  }

  .results .label {
    font-size:12px;
  }

  .results .value {
    font-size:18px;    
    }  
    
  .results .value #digit-risk-score {
    width: 80px;

  }

  .results .value #digit-readmission-risk {
    width: 80px;
  }

  .results {
    margin-right:16px;
  }
  
}