@charset "UTF-8";
/* CSS Document */

/*LibAnswers customisations*/
.navbar-text {color:#777!important;}

.s-la-searchform-button {
    padding-left: 25px;
    background: url(https://www.otago.ac.nz/_assets/_gfx/sprite-search.png) no-repeat -56px 8px, #416EBF;
    border: 2px solid #416EBF;
    color: #ffffff;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.s-la-searchform-button:hover {
    background: url(https://www.otago.ac.nz/_assets/_gfx/sprite-search.png) no-repeat -56px 8px, #777;
    border: 2px solid #777;
    color: #FFF;
}

.s-la-page-faq #s-la-public-header-title:before {
	content: "Q ";
    display: block;
    width: 28px;
    height: 24px;
    color: #9eb1ca;
    font-size: 28px;
    font-family: 'Minion Pro', Georgia, serif;
    font-size: 28px;
    padding: 0px 14px 7px 14px;
    margin-right: 20px;
    float: left;
}

.answer:before {
    content: "A ";
    display: block;
    height: 28px;
    width: 28px;
    color: #9eb1ca;
    font-size: 28px;
    font-family: 'Minion Pro', Georgia, serif;
    float: left;
	padding: 0px 14px 0px 0;
    
}

/*this hides the search 'facets' on the rhs of the 'single search page' - there doesn't seem to be a systematic way of doing it. mjb*/
.s-srch-facet {display:none;}

/*Widget customisations - DO NOT UNCOMMENT!!! - THIS CODE IS LISTED HERE IN CASE THE WIDGET CODE DISAPPEARS!! */
/*
.s-la-widget-embed {
	border:none;
	}

#content ul {
    list-style-position: none;
    list-style-type: none;
}
.s-la-faq-listing-q:before {
	content: "Q";
	display: block;
	width: 28px;
	height: 24px;
	color: #9eb1ca;
	font-size: 20px;
	font-family: 'Minion Pro', Georgia, serif;
	padding: 0px 50px 7px 14px;
	float: left;
}

.s-la-widget .s-la-faq-listing-meta .metalabel {padding:0; margin:0;}

#content ul {padding:0; margin:0;}

.label-topic {margin:0;padding:0;font-size:12px;}

.s-la-widget .s-la-faq-listing-meta {line-height:2;}
*/