/* main site elements */
html, body {
  height: 100%;
  font-family: 'Ubuntu', sans-serif;
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -120px;
}
#push {
	height: 140px;
}

#footer {
  height: 120px;
  background-color: #f5f5f5;
  color: #777;
  position: relative;
  width: 100%;
}
#footer .left{
	width: 100%;
	font-size: 90%;
	text-align: center;
	padding: 20px 0 0;
}
#footer .right{
	text-align: center;
	font-size: 180%;
	margin: 10px 0 10px;
}


@media (min-width: 768px) {
	#wrap {
	  margin: 0 auto -60px;
	}
	#push {
		height: 80px;
	}
	#footer {
	  height: 60px;
	}
	#footer .left{
		position: absolute;
		left: 40px;
		top: 50%;
		transform: translateY(-50%);
		padding: 0;
		width: auto;
		text-align: left;
	}
	#footer .right{
		position: absolute;
		right: 40px;
		top: 50%;
		transform: translateY(-50%);
		text-align: right;
		margin: 0;
	}

	
}

.color-block {
	height: 50px;
	width: 100px;
	border: 1px solid #ccc;
}

.text-xs-center {
	text-align: center;
}

#content-pane {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 25px;
}

p {
	text-align: justify;
}

/* style of marker list */
.marker-list {
	padding-left: 15px;
	padding-right: 25px;
	padding-bottom: 8px;
	text-align: justify;
}

#welcome-text {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	text-align: justify;
}

/* form element style */

textarea.form-control {
    height: 100;
}

.error_cont {
	font-size: 14px;
	padding-bottom: 10px;
	color: #f00;
}

/* comparison output styles */
#matches {
	padding-bottom: 20px;
}

.output_left {
	padding-right: 30px;
}

.output_right {
	padding-left: 5px;
}

.comparison-output {
	min-height: 70px;
}

/* best_match table */
.table {
   text-align: center;   
}

#first-col {
	text-align: left;
}

/* misc */
h5 {
	font-weight: bold;
}
h5 small {
	font-size: 100%;
}