hr {
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0,0,0,.36);
}

.icon-container {
    color: #663300;
}
.icon-container .icon a {
    color: #666600;
}

.makePointer {
	cursor: pointer;
}

.updated {
	font-size: 10px;
   text-transform: none;
}

.no-cap {
   text-transform: none;
}

.marketplace {
	margin: 0;
	font-size: 110%;
	font-weight:bold;
}
.marketplace a {
	text-decoration: none;
}

.back-button {
	text-decoration: none;
}

.appointment-table tbody .odd {
	background-color: #cdcdd4;
}
.appointment-table tbody tr .meeting-left {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 10px;
	white-space: nowrap;
	vertical-align: top;
}
.appointment-table tbody tr .meeting-left p {
    margin: 0;
}
.appointment-table tbody tr .meeting-main {
	padding-left: 10px;
	padding-right: 10px;
}
.appointment-table tbody tr .meeting-main p {
	margin: 0;
	vertical-align: top;
}
.appointment-table tbody tr .meeting-right {
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 15px;
	white-space: nowrap;
	vertical-align: top;
	text-align: right;
}
.appointment-table tbody tr .meeting-right p {
    margin: 0;
}
.company {
	font-weight: bold;
}
.company a {
	text-decoration: none;
}
.company a:hover {
	text-decoration: underline;
}

.top-cell {
	padding-top: 15px;
}
.bottom-cell {
	padding-bottom: 15px;
}

.attendees .item .headshot {
	height: 100px;
	overflow: hidden;
	border-radius: 50%;
}
.attendees .attendee-name a {
	text-decoration: none;
}
.attendees .attendee-name a:hover {
	text-decoration: underline;
}

.profile .name {
	font-size: 120%;
	font-weight: 600;
	margin: 0;
}
.profile .address {
	margin: 0;
}
.profile .description {
	width: 75%;
	border: 1px solid rgba(0,0,0,.36);
	padding: .75em;
	font-size: 80%;
}
.profile .detail {
	margin: 0;
	padding-top: .75em;
}

.profile .headshot {
	float: left;
   margin-right: 25px;
	max-width: 100px;
	width: 100%;
	height: 100px;
	overflow: hidden;
	border-radius: 50%;
}

.profile label {
	font-weight: 600;
	border-color: rgba(0,0,0,.36);
}

.row {
	margin-bottom:1em;
}
.row:after {
	content:"";
	display:table;
	clear:both;
}
.col-10 {
	float:left;
	width:10%;
}
.col-15 {
	float:left;
	width:15%;
}
.col-20 {
	float:left;
	width:20%;
}
.col-25 {
	float:left;
	width:25%;
}
.col-30 {
	float:left;
	width:30%;
}
.col-last {
	float:left;
}

.bigError {
	margin-top: 2em;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}

.error {
	font-weight: bold;
}

.btn {
	padding: 10px 35px 10px 35px;
}
.schedule-days {
	align-items: center;
	height: 150px;
	justify-content: space-around;
	margin: 0 auto;
	//max-width: 400px;
}
.schedule-btn {
	float: left;
	align-self: center;
	border: 5px solid #f7a519;
	border-radius: 50%;
	height: 75px;
	margin: 0 auto;
	text-align: center;
	width: 75px;
	margin-left: 5px;
	margin-right: 5px;
}
.schedule-btn a {
	border-radius: 50%;
	color: #f7a519;
	font-weight: 700;
	height: 75px;
	line-height: 75px;
	text-decoration: none;
	text-transform: uppercase;
	width: 75px;
}

.add-event {
	float: right;
	margin-top: -4em;
}

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

.row-content select {
    background: #efeff6;
    border: 1px solid #afaecf;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: .75em;
	margin-bottom: 20px;
	padding: 15px;
}
.row-content input[type=submit] {
	width: 30%;
}
.row-content a {
	margin-left: 30px;
	margin-right: 30px;
}

.reset-form label {
    flex-basis: 35%;
}
.reset-form input {
    flex-basis: 60%;
}
.note {
	font-size: 75%;
	padding-left: 1em;
}
.row-border {
	margin-bottom:.5em;
	border-top: solid 1px gray;
}
.row-border:after {
	content:"";
	display:table;
	clear:both;
}
.hitlist {
	font-size: 80%;
	padding-left: 1em;
}