/* FONTS */

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url('./fonts/RobotoCondensed-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url('./fonts/RobotoCondensed-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: bold;
    font-weight: 600;
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url('./fonts/RobotoCondensed-Bold.ttf') format('truetype');
}

/* Generic */

#refer-plugin {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	color: #D1DFEF;
	font-family: 'Roboto Condensed';
	font-size: 16px;
	line-height: 22px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	font-weight: 200;
}

#refer-plugin *, body > .smn-entity {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#refer-plugin svg {
	opacity: 1;
	z-index: -1;
	display: none;
}

#refer-plugin svg path {
	/*stroke-width: 5;*/
	stroke-opacity: .8;
	z-index: 2;
	opacity: .9;
}

.connectionLabel {
	height: auto;
	padding: 2px 4px;
	/*
	margin-left: -62px;
	margin-top: -16px;
	*/
	background: #D1DFEB;
	color: #fff;
	z-index: 10000000;
	text-align: center;
	font-size: 12px;
	font-family: 'Roboto Condensed';
	pointer-events: none;
	border-radius: 5px;
	border: 1px solid #454A4F;
}

#refer-plugin .smn-topline {
	position: absolute;
	top: 0;
	width: 100%;
	height: 6px;
	background: #2B2F36;
	border-bottom: 1px solid #fff;
}

#refer-plugin .smn-content {
	position: absolute;
	top: 6px;
	width: 100%;
	background: #2B2F36;
}

#refer-plugin .smn-content .smn-inner {
	display: none;
	padding: 2px 2px 8px 2px;
	box-shadow: 0 3px 3px #666;
	border-bottom: 1px solid #fff;
}

/* Top Bar & Tab Controls */

#refer-plugin .smn-top-bar {
	height: 34px;
	padding: 0 8px;
	position: relative;
	z-index: 2;
}

#refer-plugin .smn-top-bar .smn-branding {
	float: left;
}

#refer-plugin .smn-top-bar .smn-branding img {
	height: 31px;
    margin-top: -3px;
}

#refer-plugin .smn-top-bar .smn-working-indicator {
	background-image: url("./icons/loading.gif");
    background-position: 0 7px;
    background-repeat: no-repeat;
    background-size: 68px auto;
    float: left;
    height: 20px;
    margin-left: 20px;
    width: 100px;
    display: none;
}

#refer-plugin .smn-top-bar .smn-tabcontrols {
	float: right;
}

#refer-plugin .smn-top-bar .smn-tabcontrols .smn-tab {
	float: left;
	padding: 4px 7px;
	background: #454A4F;
}

#refer-plugin .smn-top-bar .smn-tabcontrols .smn-tab:hover {
	cursor: pointer;
	color: #fff;
}

#refer-plugin .smn-top-bar .smn-tabcontrols .smn-tab.active {
	background: #61676F;
	color: #fff;
	border-bottom: 8px solid #61676F;
}

#refer-plugin .smn-top-bar .smn-tabcontrols .smn-tab.active:hover {
	cursor: default;
}

/* Tab Content */

#refer-plugin .smn-tabcontent {
	position: relative;
	border-top: 2px solid #61676F;
	padding-bottom: 7px;
	padding-left: 8px;
	min-height: 100px;
	display: none;
	background: #2b2f36;
	background: -moz-linear-gradient(top,  #2b2f36 0%, #36414c 50%, #2b2f36 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b2f36), color-stop(50%,#36414c), color-stop(100%,#2b2f36));
	background: -webkit-linear-gradient(top,  #2b2f36 0%,#36414c 50%,#2b2f36 100%);
	background: -o-linear-gradient(top,  #2b2f36 0%,#36414c 50%,#2b2f36 100%);
	background: -ms-linear-gradient(top,  #2b2f36 0%,#36414c 50%,#2b2f36 100%);
	background: linear-gradient(to bottom,  #2b2f36 0%,#36414c 50%,#2b2f36 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2f36', endColorstr='#2b2f36',GradientType=0 );	
}

#refer-plugin .smn-tabcontent .smn-notification {
	position: absolute;
	top: 60px;
	left: 50%;
	width: 300px;
	margin-left: -158px;
	padding: 6px 8px;
	text-align: center;
}

/* Tab Content: Relation Browser;*/

#refer-plugin .smn-tabcontent.relation-browser {
	padding-top: 7px;
}

#refer-plugin .smn-tabcontent.relation-browser .smn-relation-browser-breadcrumbs {
	display: block;
	width: 100%;
	height: 28px;
	font-size: 13px;
}

#refer-plugin .smn-tabcontent.relation-browser .smn-relation-browser-breadcrumbs .breadcrumbItem, #refer-plugin .smn-tabcontent.relation-browser .smn-relation-browser-breadcrumbs .breadcrumb-divider {
	float: left;
	height: 23px;
	line-height: 33px;
	margin-right: 10px;
}

#refer-plugin .smn-tabcontent.relation-browser .smn-relation-browser-breadcrumbs .breadcrumbItem:hover {
	cursor: pointer;
	color: #fff;
}

#refer-plugin .smn-tabcontent.relation-browser .smn-relation-category {
	float: left;
	position: relative;
	width: 27.5%;
	margin-right: 2.3%;
}

#refer-plugin .smn-tabcontent.relation-browser .smn-relation-category.last {
	margin-right: 0;
	width: 9.5%;
}

#refer-plugin .smn-tabcontent.relation-browser .smn-relation-category .smn-relation-category-entities {
	height: 150px;
	overflow: hidden;
}

#refer-plugin .smn-tabcontent.relation-browser .smn-relation-category .smn-relation-category-entities .smn-scroll-container {
	position: relative;
	top: 0px;
	width: 100%;
}


#refer-plugin .smn-tabcontent.relation-browser .smn-relation-category .smn-entity {
	display: inline-block;
	width: 29%;
	padding: 3px;
	margin: 0 6px 6px 0;
	height: 96px;
}

#refer-plugin .smn-tabcontent.relation-browser .smn-relation-category.last .smn-entity {
	width: 88%;
}

#refer-plugin .smn-tabcontent.relation-browser .smn-relation-category .smn-entity:hover {
	/*background-color: #efefef !important;*/
}

#refer-plugin .smn-tabcontent.relation-browser .smn-relation-category .smn-entity.active {
	background-color: #D1DFEB;
	outline: 1px solid #000;
}

#refer-plugin .smn-tabcontent.relation-browser .smn-relation-category[data-category="Person"] .smn-entity, #refer-plugin .smn-tabcontent.timeline .timelineItem[data-category="Person"] {
	background-color: #738E75;
}

#refer-plugin .smn-tabcontent.relation-browser .smn-relation-category[data-category="Place"] .smn-entity, #refer-plugin .smn-tabcontent.timeline .timelineItem[data-category="Place"] {
	background-color: #466282;
}

#refer-plugin .smn-tabcontent.relation-browser .smn-relation-category[data-category="Event"] .smn-entity, #refer-plugin .smn-tabcontent.timeline .timelineItem[data-category="Event"] {
	background-color: #936B05;
}

#refer-plugin .smn-tabcontent.relation-browser .smn-relation-category[data-category="Thing"] .smn-entity, #refer-plugin .smn-tabcontent.timeline .timelineItem {
	background-color: #717597;
}

#refer-plugin .smn-tabcontent.relation-browser .smn-relation-category .smn-entity .smn-entity-content, body > .smn-entity .smn-entity-content {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family: 'Roboto Condensed';
}

#refer-plugin .smn-tabcontent.relation-browser .smn-relation-category .smn-entity .smn-entity-label, body > .smn-entity .smn-entity-label {
	position: relative;
	top: 0;
	left: 0;
	display: table;
	table-layout: fixed;
	height: auto;
	width: 100%;
	height: 100%;
	opacity: 1;
	text-align: center;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 0;
	color: #fff;
}

#refer-plugin .smn-tabcontent.relation-browser .smn-relation-category .smn-entity .smn-entity-label div, body > .smn-entity .smn-entity-label div {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	padding: 2px;
	word-wrap: break-word;
	cursor: pointer;
	overflow: hidden;
}

body > .smn-entity .smn-entity-label {
	background-color: rgba(97, 103, 111, .7);
	color: #fff;
}

.smn-relation-category[data-category="Person"] .smn-entity .smn-entity-label {
	background: rgba(115, 142, 117, .7);
}

.smn-relation-category[data-category="Person"] .smn-entity.active .smn-entity-label {
	background: rgba(115, 142, 117, 1);
}

.smn-relation-category[data-category="Thing"] .smn-entity .smn-entity-label {
	/*background: rgba(94, 122, 154, .7);*/
	background: rgba(113, 117, 151, .7);
}

.smn-relation-category[data-category="Thing"] .smn-entity.active .smn-entity-label {
	/*background: rgba(94, 122, 154, 1);*/
	background: rgba(113, 117, 151, 1);
}

.smn-relation-category[data-category="Place"] .smn-entity .smn-entity-label {
	background: rgba(70, 98, 130, .7);
}

.smn-relation-category[data-category="Place"] .smn-entity.active .smn-entity-label {
	background: rgba(70, 98, 130, 1);
}

.smn-relation-category[data-category="Event"] .smn-entity .smn-entity-label {
	background: rgba(147, 107, 5, .7);
}

.smn-relation-category[data-category="Event"] .smn-entity.active .smn-entity-label {
	background: rgba(147, 107, 5, 1);
}

#refer-plugin .smn-tabcontent.relation-browser .smn-relation-category .smn-entity img, body > .smn-entity img {
	position: absolute;
	/*min-height: 100px;*/
	width: 100%;
	background: #333;
}

#refer-plugin .smn-tabcontent.relation-browser .smn-relation-category .smn-entity .smn-entity-content img {
	opacity: .6;
}

#refer-plugin .smn-tabcontent.relation-browser .smn-relation-category .smn-entity:hover .smn-entity-content img {
	opacity: 1;
}

#refer-plugin .smn-tabcontent.relation-browser .smn-relation-category .smn-entity.inactive {
	opacity: .2;
	/*-moz-transition-property: opacity;
	-moz-transition-duration: 1s;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 1s;
	transition-property: opacity;
	transition-duration: 1s;*/
}

.smn-entity .smn-entity-content .smn-page-anchor-container {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: auto;
	background: rgba(50,50,50,.2);
	display: none;
}

body > .smn-entity .smn-entity-content .smn-page-anchor-container {
	display: block;
}

.smn-entity .smn-entity-content .smn-page-anchor-container .smn-page-anchor-category {
	float: left;
	margin: 0;
	/*height: 14px;*/
}

.smn-entity .smn-entity-content .smn-page-anchor-container .smn-page-anchor-category .smn-page-anchor {
	float: left;
	width: 10px;
	height: 10px;
	margin: 2px;
	line-height: 8px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	overflow: hidden;
}

.smn-entity .smn-entity-content .smn-page-anchor-container .smn-page-anchor-category .smn-page-anchor.active {
	opacity: 0;
	cursor: default;
	font-size: 0px;
}

#refer-plugin .smn-tabcontent.relation-browser .smn-relation-category-pagination {
	position: absolute;
	top: 0px;
	right: -6px;
	width: 9px;
	height: 100%;
	overflow: hidden;
}

#refer-plugin .smn-tabcontent.relation-browser .smn-relation-category-pagination .smn-pagination-page {
	width: 100%;
	height: 25%;
	margin-bottom: 3px;
	opacity: .6;
}

#refer-plugin .smn-tabcontent.relation-browser .smn-relation-category-pagination .smn-pagination-page.active {
	opacity: 1;
}

#refer-plugin .smn-tabcontent.relation-browser .smn-relation-category-pagination .smn-pagination-page:hover {
	opacity: 1;
	cursor: pointer;
}

#refer-plugin .smn-relation-category[data-category="Person"] .smn-pagination-page, .smn-page-anchor-category[data-category="Person"] .smn-page-anchor {
	background-color: #738E75;
}

#refer-plugin .smn-relation-category[data-category="Person"] .smn-pagination-page.active, .smn-page-anchor-category[data-category="Person"] .smn-page-anchor.active {
	background-color: #73A97A;
}

#refer-plugin .smn-relation-category[data-category="Place"] .smn-pagination-page, .smn-page-anchor-category[data-category="Place"] .smn-page-anchor {
	background-color: #466282;
}

#refer-plugin .smn-relation-category[data-category="Place"] .smn-pagination-page.active, .smn-page-anchor-category[data-category="Place"] .smn-page-anchor.active {
	background-color: #467BA0;
}

#refer-plugin .smn-relation-category[data-category="Event"] .smn-pagination-page, .smn-page-anchor-category[data-category="Event"] .smn-page-anchor {
	background-color: #936B05;
}

#refer-plugin .smn-relation-category[data-category="Event"] .smn-pagination-page.active, .smn-page-anchor-category[data-category="Event"] .smn-page-anchor.active {
	background-color: #B97D1E;
}

#refer-plugin .smn-relation-category[data-category="Thing"] .smn-pagination-page, .smn-page-anchor-category[data-category="Thing"] .smn-page-anchor {
	background-color: #717597;
}

#refer-plugin .smn-relation-category[data-category="Thing"] .smn-pagination-page.active, .smn-page-anchor-category[data-category="Thing"] .smn-page-anchor.active {
	background-color: #8B8FB9;
}

/* Result (current entity & found articles) */

#refer-plugin .smn-result {
	margin-top: 8px;
	padding: 0 8px 0 0;
	height: 200px;
}

#refer-plugin .smn-tabcontent.timeline .smn-result {
	display: none;
}

#refer-plugin .smn-result .smn-current-entity {
	float: right;
	height: 100%;
	width: 57.4%;
	padding: 8px;
	background-color: #8B8FB9;
}

#refer-plugin .smn-result[data-category="Person"] .smn-current-entity {
	background-color: #73A97A;
}

#refer-plugin .smn-result[data-category="Place"] .smn-current-entity {
	background-color: #467BA0;
}

#refer-plugin .smn-result[data-category="Event"] .smn-current-entity {
	background-color: #B97D1E;
}

#refer-plugin .smn-result[data-category="Thing"] .smn-current-entity {
	background-color: #8B8FB9;
}

#refer-plugin .smn-result .smn-current-entity .smn-entity-depiction {
	float: left;
	position: relative;
	width: 22%;
	margin-top: 8px;
	margin-right: 8px;
	height: 170px;
	overflow: hidden;
	background: #61676F;
}

#refer-plugin .smn-result .smn-current-entity .smn-entity-depiction img {
	width: 100%;
	height: auto;
	opacity: 0;
}

#refer-plugin .smn-result .smn-current-entity .smn-entity-title {
	display: block;
	color: #fff;
	font-weight: 400;
}

#refer-plugin .smn-result .smn-current-entity .smn-category-icon {
	float: left;
	width: 20px;
	height: 21px;
	margin-right: 3px;
	background-size: 14px auto;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("./icons/entity-thing.png");
}

#refer-plugin .smn-result[data-category="Person"] .smn-current-entity .smn-category-icon {
	background-image: url("./icons/entity-person.png");
}

#refer-plugin .smn-result[data-category="Place"] .smn-current-entity .smn-category-icon {
	background-image: url("./icons/entity-place.png");
}

#refer-plugin .smn-result[data-category="Event"] .smn-current-entity .smn-category-icon {
	background-image: url("./icons/entity-event.png");
}

#refer-plugin .smn-result .smn-current-entity .smn-entity-abstract {
	float: left;
	margin-top: 8px;
	margin-bottom: 10px;
	overflow: auto;
	width: 76%;
	height: 130px;
	padding-right: 2px;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.6px;
	line-height: 19px;
}

#refer-plugin .smn-result .smn-current-entity .smn-entity-references a {
	color: #efefef;
	font-size: 13px;
}

#refer-plugin .smn-result .smn-current-entity .smn-entity-references a:hover {
	color: #fff;
	text-decoration: underline;
}

#refer-plugin .smn-result .smn-result-arrow {
	float: right;
	width: 0;
	margin-top: 24px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #888;
}

#refer-plugin .smn-result[data-category="Person"] .smn-result-arrow {
	border-right: 10px solid #73A97A;
}

#refer-plugin .smn-result[data-category="Place"] .smn-result-arrow {
	border-right: 10px solid #467BA0;
}

#refer-plugin .smn-result[data-category="Event"] .smn-result-arrow {
	border-right: 10px solid #B97D1E;
}

#refer-plugin .smn-result[data-category="Thing"] .smn-result-arrow {
	border-right: 10px solid #8B8FB9;
}

#refer-plugin .smn-result .smn-found-articles {
	float: left;
	width: 38%;
	height: 100%;
	padding: 8px;
	background: #454A4F;
}

#refer-plugin .smn-result .smn-found-articles .smn-found-articles-header {
	margin-bottom: 8px;
	margin-left: 6px;
}

#refer-plugin .smn-result .smn-found-articles .smn-found-articles-header .smn-found-articles-count {
	font-weight: 400;
}

#refer-plugin .smn-result .smn-found-articles .smn-found-articles-list {
	height: 170px;
	overflow: auto;
	border-top: 1px solid #cfcfcf;
}

#refer-plugin .smn-result .smn-found-articles .smn-article {
	display: block;
	padding: 1px 7px;
	background-color: #454A4F;
	border-bottom: 1px solid #61676F;
	line-height: 28px;
	font-size: 13px;
	letter-spacing: 0.6px;
	color: #d1dfef;
}

#refer-plugin .smn-result .smn-found-articles .smn-article:hover {
	cursor: pointer;
	color: #fff;
}

#refer-plugin .smn-result .smn-found-articles .smn-article.active {
	background: #61676F;
	color: #fff;
}

#refer-plugin .smn-result .smn-found-articles .smn-article .smn-article-id {
	display: inline-block;
	color: #afafaf;
	width: 20px;
}

/* Tab Content Timeline */

#refer-plugin .smn-tabcontent.timeline {
	
}

#refer-plugin .smn-tabcontent.timeline #smn-timeline {
	position: relative;
	clear: both;
	min-height: 300px;
	margin-right: 8px;
}

#refer-plugin .smn-tabcontent.timeline #smn-timeline-controls .smn-timeline-control {
	float: left;
	width: 10px;
	height: 16px;
	background: #efefef;
    border: 2px solid #dfdfdf;
    color: #333;
    font-size: 16px;
    line-height: 14px;
    margin: 4px 10px 4px 0;
    padding: 3px 6px;
    outline: none;
}

#refer-plugin .smn-tabcontent.timeline #smn-timeline-controls .smn-timeline-control:hover, #refer-plugin .smn-tabcontent.timeline #smn-timeline-controls .smn-timeline-control.active {
	background: #dfdfdf;
    border: 2px solid #bfbfbf;
    color: #000;
    cursor: pointer;
}

#refer-plugin .smn-tabcontent.timeline #smn-timeline-controls #smn-timeline-controls-zoom {
	float: left;
}

#refer-plugin .smn-tabcontent.timeline #smn-timeline-controls #smn-timeline-controls-show {
	float: right;
}

#refer-plugin .smn-tabcontent.timeline #smn-timeline-controls #smn-timeline-controls-show .smn-timeline-control {
	width: 21px;
	height: 21px;
	background-color: #fff;
    border: 2px solid #fff;
    color: #333;
    padding: 0;
    opacity: .7;
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: 3px 3px;
}

#refer-plugin .smn-tabcontent.timeline #smn-timeline-controls #smn-timeline-controls-show .smn-timeline-control:hover, #refer-plugin .smn-tabcontent.timeline #smn-timeline-controls #smn-timeline-controls-show .smn-timeline-control.active {
	background-color: #efefef;
    border: 2px solid #dfdfdf;
    color: #333;
    opacity: 1;
}

#refer-plugin .smn-tabcontent.timeline #smn-timeline-controls #smn-timeline-controls-show .smn-timeline-control#smn-timeline-show-few {
	background-image: url("./icons/show-few.png");
}

#refer-plugin .smn-tabcontent.timeline #smn-timeline-controls #smn-timeline-controls-show .smn-timeline-control#smn-timeline-show-default {
	background-image: url("./icons/show-default.png");
}

#refer-plugin .smn-tabcontent.timeline #smn-timeline-controls #smn-timeline-controls-show .smn-timeline-control#smn-timeline-show-many {
	background-image: url("./icons/show-many.png");
}

#refer-plugin .smn-tabcontent.timeline #smn-timeline-controls #smn-timeline-controls-show .smn-timeline-control#smn-timeline-show-all {
	background-image: url("./icons/show-all.png");
}

#refer-plugin .smn-tabcontent.timeline #smn-timeline .smn-timeline-control {
	position: absolute;
	top: 50%;
	width: 10px;
	height: 100px;
	margin-top: -80px;
	z-index: 3;
	padding: 3px 6px;
	background: #efefef;
    border: 2px solid #dfdfdf;
    color: #333;
}

#refer-plugin .smn-tabcontent.timeline #smn-timeline .smn-timeline-control:hover {
	background-color: #dfdfdf;
	border-color: #bfbfbf;
	color: #000;
	cursor: pointer;
}

#refer-plugin .smn-tabcontent.timeline #smn-timeline .smn-timeline-control#smn-timeline-move-left {
	left: 20px;
}

#refer-plugin .smn-tabcontent.timeline #smn-timeline .smn-timeline-control#smn-timeline-move-right {
	right: 20px;
}

#refer-plugin .smn-tabcontent.timeline .vis.timeline.root {
	border: none;
	box-sizing: border-box;
}

.vis.timeline .timeaxis .grid.minor {
	border-color: #61676f;
}

#refer-plugin .smn-tabcontent.timeline .vis.timeline .item {
	background-color: #61676f;
	color: #467BA0;
	border-color: #467BA0;
	padding: 0px;
}

#refer-plugin .smn-tabcontent.timeline .vis.timeline .item.line {
	border-left-with: 2px;
}

#refer-plugin .smn-tabcontent.timeline .vis.timeline .item.box, #refer-plugin .smn-tabcontent.timeline .vis.timeline .item.range {
	border-radius: 0;
	border-color: transparent;
	border-bottom-color: #467ba0;
}

#refer-plugin .smn-tabcontent.timeline .vis.timeline .item.box.selected, #refer-plugin .smn-tabcontent.timeline .vis.timeline .item.range.selected {
	border-color: #467ba0;
}

#refer-plugin .smn-tabcontent.timeline .vis.timeline .item.dot {
	
}

#refer-plugin .smn-tabcontent.timeline .vis.timeline .timeaxis .text {
	color: #d1dfef;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-weight: 200;
    line-height: 18px;
}

#refer-plugin .smn-tabcontent.timeline #smn-timeline .timelineItem:hover {
	cursor: pointer;
}

/*

#refer-plugin .smn-tabcontent.timeline #smn-timeline .timelineItemDepiction {
	float: left;
	padding: 0 4px 4px 0;
	height: 30px;
	max-width: 40px;
}
*/

#refer-plugin .smn-tabcontent.timeline #smn-timeline .timelineItemTitle {
	text-align: center;
	font-family: "Roboto Condensed";
	font-size: 13px;
	font-weight: 400;
	height: auto;
	color: #fff;
	padding: 0 3px;
	white-space: initial;
}

#refer-plugin .smn-tabcontent.timeline #smn-timeline .timelineItemRelation {
	background: rgba(100, 100, 100, 0.4);
    color: #dfdfdf;
    font-family: "Roboto Condensed";
    font-size: 12px;
    font-weight: 100;
    line-height: 16px;
    padding: 0 3px;
    text-align: center;
    white-space: initial;
}

/*
#refer-plugin .smn-tabcontent.timeline #smn-timeline .timelineItemAbstract {
	font-family: "Roboto Condensed";
	font-size: 13px;
    height: 28px;
    max-width: 200px;
    text-align: left;
    white-space: initial;
}
*/

#refer-plugin .smn-tabcontent.timeline #smn-timeline-indicator {
	position: relative;
	height: 30px;
	background: #cfcfcf;
}

#refer-plugin .smn-tabcontent.timeline #smn-timeline-indicator #smn-timline-current {
	position: absolute;
	top: 0px;
	height: 100%;
	left: 20%;
	width: 20%;
	background: #afafaf;
}

/* Slider Handle */

#refer-plugin .smn-handle {
	position: absolute;
	bottom: -20px;
	right: 20%;
	width: 70px;
	height: 20px;
	background-color: #2B2F36;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-radius: 0 0 6px 6px;
	cursor: pointer;
	box-shadow: 0 3px 3px #666;
	background-repeat: no-repeat;
	background-size: 28px auto;
	background-position: 44px -4px;
	background-image: url(./icons/icon_angle-down.png);
}

#refer-plugin .smn-content .smn-handle.active {
	background-image: url(./icons/icon_angle-up.png);
}

#refer-plugin .smn-content .smn-handle .smn-icon {
	margin-left: 7px;
	margin-top: 0px;
	vertical-align: top;
	width: 30px;
}