@font-face {
	font-weight: 400;
	font-style: normal;
	font-family: 'Droid Sans';
	src: local('Droid Sans'), local('DroidSans'), url(http://themes.googleusercontent.com/static/fonts/droidsans/v3/s-BiyweUPV0v-yRb-cjciBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
	font-weight: 700;
	font-style: normal;
	font-family: 'Droid Sans';
	src: local('Droid Sans Bold'), local('DroidSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/droidsans/v3/EFpQQyG9GqCrobXxL-KRMQFhaRv2pGgT5Kf0An0s4MM.woff) format('woff');
}
::-moz-selection {
background: #fff;
color: #7E7E7E;
text-shadow: none;
}
::selection {
	background: #fff;
	color: #7E7E7E;
	text-shadow: none;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 950px;
}
hr.soften {
	margin: 20px 0;
	height: 1px;
	border: 0;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
}
.doctor {
  border: solid 2px #9C77AF;
  border-radius:25px;
  background:#E8F3F8;
  margin:5px;
  padding:5px;
}
.tenor {
  border: solid 2px #9C77AF;
  border-radius:25px;
  background:#E8F3F8;
  margin:5px;
  padding:5px;
}
.link:hover {
    background:#99D0CD
}
.jumbotron {
	position: relative;
	background: url(../img/bg.png) no-repeat;
	-webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
	box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
}
.container-narrow {
	margin: 30px auto;
	max-width: 700px;
	text-align: center
}
.container-narrow > hr {
	margin: 30px 0;
}
.container-narrow p.lead {
	padding: 30px 0px
}
.jumbotron {
	padding: 60px 0;
	text-align: center
}
