.tt-hint {
  color: #999
}

.tt-dropdown-menu {
  width: 422px;
  margin-top: 50px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

.careeradvice .cloud {
    width: 100%;
    height: 300px;
}

.careeradvice .cloud text {
    cursor: pointer;
}

.careeradvice .search {
	margin-bottom: 10px;
}

.careeradvice .search .lead {
	margin-bottom: 10px;
}

.careeradvice .search .loading {
	display: none;
}

.careeradvice .twitter-typeahead {
	display: block!important;
}

.careeradvice .search input {
	border-width: 3px;
}

.careeradvice .search button.btn {
	height: 42px;
	margin-top: 39px;
}

.careeradvice ul.questions {
	margin-left: 0;
}

.careeradvice li i {
	color: #cce1f2;
}

.careeradvice li .text i {
	position: relative;
	top: 15px;
}

.careeradvice .question {
	position: relative;
	margin-bottom: 10px;
}

.careeradvice .question .text {
	background: #cce1f2;
	border: 1px solid #cce1f2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
}

.careeradvice .question h3 {
	margin-top: 0;
	line-height: 130%;
	padding-right: 80px;
}

.careeradvice.topic .question .more {
	position: absolute;
	right: 10px;
	top: -10px;
	display: inline-block;
	text-decoration: none;
}

.careeradvice .question .more:hover i {
	color: #535353;
}

.careeradvice .question .more i {
	color: #ffffff;
}

.careeradvice .answer {
	position: relative;
}

.careeradvice .answer .text {
	background: #f1f6e0;
	border: 1px solid #f1f6e0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
}

.careeradvice .answer .advice {
	font-style: italic;
}

.careeradvice .from {
	font-style: italic;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (max-width: 990px) {
	.careeradvice .question .from:after,
	.careeradvice .answer .advice:after {
		content: "\2014";
	}

	.careeradvice .from span:first-child:after {
		content: ", ";
	}
}

@media only screen and (min-width: 991px) {
	.careeradvice li.question {
		margin-left: 70px;
	}

	.advice .question .text {
		margin-left: 150px;
	}

	.question .text:before {
		display: block;
		content: "";
		position: absolute!important;
		left: 130px;
		top: 10px;
		border: 5px solid transparent;
		border-width: 14px 10px;
		border-right-color: #cce1f2;
	}

	.topic .question .text {
		padding-right: 80px;
	}

	.topic .question .text:before {
		left: -20px;
	}

	.careeradvice.topic .question .more {
		right: 20px;
		top: 10px;
	}

	.careeradvice .from {
		position: absolute;
		top: 10px;
		left: 0px;
		width: 150px;
		padding-right: 20px;
		text-align: right;
	}

	.careeradvice .from span {
		display: block;
	}

	.careeradvice .answer .text {
	    margin-top: 15px;
    	margin-right: 100px;
	}

	.careeradvice .answer .text:after {
		display: block;
		content: "";
		position: absolute!important;
		right: 80px;
		top: 10px;
		border: 5px solid transparent;
		border-width: 14px 10px;
		border-left-color: #f1f6e0;
	}

	.careeradvice .answer .advice {
		position: absolute;
		right: 30px;
		top: 0;
		width: 50px;
	}

	.careeradvice .advice span {
		padding-top: 60px;
	}

 	.careeradvice .answer .answered_by {
		border: 4px solid #f1f6e0;
		-webkit-border-radius: 24px;
		-moz-border-radius: 24px;
		border-radius: 24px;
		width: 48px;
		height: 48px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

 	.careeradvice .answer .Daniel {
		background: transparent url("/bundles/porotcareeradvice/images/daniel_porot.jpeg") 50% 50% no-repeat;
	}

 	.careeradvice .answer .Frances {
		background: transparent url("/bundles/porotcareeradvice/images/frances.jpeg") 50% 50% no-repeat;
	}
}

.careeradvice .links {
    margin-top: 1em;
}

.tt-hint {
    display: none !important;
}
