@import url(/media-library/resources/css/import.css);

/*----- Buttons and highlighted areas -----*/
#uobcms-content .grid_4 a.button-style,
#uobcms-content .grid_4 a:hover.button-style {
	font-size: 1em /* Resets size inherit */
}

/* Standard button */
#uobcms-content a.button-style,
#uobcms-content a:hover.button-style {
	background-color: #EFEDE9;
	color: #000;
	font-size: 0.875em
}
#uobcms-content a:hover.button-style {
	background-color: #f7f6f2;
	color: #000
}

/* Highlighted button - for more eye-catching call to action */
#uobcms-content a.button-style.button-highlight,
#uobcms-content a:hover.button-style.button-highlight {
	background-color: #5e3032;
	color: #fff
}
#uobcms-content a:hover.button-style.button-highlight {
	background-color: #c9002f;
}

/* Highlighted paragraphs */
.highlight-p {
	background: #f7f6f2;
	padding: 0.4em 10px;
	margin-top: 1px
}

/* Image captions */
#uobcms-content .image-caption {
background-color: #F7F6F2
}

/*---- RIGHT-HAND COLUMN (on two-column page layout) -----*/
#uobcms-content .right-column .box-style-one, 
#uobcms-content .right-column .box-style-three,
#uobcms-content .right-column .module,
#uobcms-content .right-column>.image-caption {
    margin-bottom: 1.5em 
}

/* Sortable table */
#uobcms-wrapper .dataTables_filter {
float: none;
width: 100%;
text-align: left;
margin: 15px auto;
background: #efede9;
padding: 7px;
font-size: 0.875em
}
#uobcms-wrapper .dataTables_filter input {
width: 40%;
border: 1px solid #5e3032
}
#uobcms-wrapper table.people-table {
font-size: 0.875em;
width: 100%;
}
#uobcms-wrapper .people-table th {
background-color: #5e3032;
color: #fff;
cursor: pointer
}
#uobcms-wrapper .people-table .odd {
background-color: #F7F6F2
}
#uobcms-wrapper .people-table td.sorting_1 {
background-color: #fff
}
#uobcms-wrapper .people-table .odd td.sorting_1 {
background-color: #efede9
}

/*----- ARTICLE LEAD-IN eg UG student-tutor experience -----*/
.article-intro {
    color: #444444;
    font-family: Georgia,arial;
    font-size: 18px;
    font-style: italic;
    line-height: 27px;
}

/*----- ARTICLE TRANSCRIPT NAME eg UG student-tutor experience -----*/
.transcript-name {
color: #444;
font-weight: bold
}