/* import core styles | Basis-Stylesheets einbinden */
@import url(yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(yaml/navigation/nav_shinybuttons.css);
@import url(basemod.css);
@import url(content.css);

/* import print layout | Druck-Layout einbinden */
@import url(yaml/print/print_100_draft.css);
@import url(print.css);



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.searchForm table {
	width:100%;
}
.searchForm input {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}
.searchForm input.searchInput {
	width:80%;
}
.searchHeader {
	text-align:right;
	border-top: 1px solid #CCC;
	background-color: #EEE;
	font-size:70%;
}
.searchResult {
	margin-bottom:20px;
}
.searchResult span.title {
	display:block;
	font-weight:bold;
	color:#2200D5;
}
.searchResult span.title a {
	color:#2200D5;
}
.searchResult span.title a:visited {
	color:#91198B;
}
.searchResult span.description {
	display:block;
}
.searchResult span.linkpath {
	display:block;
	font-size:smaller;
	line-height:1.3em;
} 
.searchResult span.linkpath a {
	color:#008000;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSLinkContainer
	{
	background-color: #eee;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSFile / ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSFile, div.ZMSLinkElement 
	{ 
	background-color: #F8F8F8;
	margin: 4px;
	}

div.ZMSFile.none, div.ZMSLinkElement.none 
	{
	background-color: transparent;
	border: 2px dashed #eee;
	}

div.ZMSFile.floatleft, div.ZMSLinkElement.floatleft 
	{ 
	float:left;
	width:50%
	}

div.ZMSFile.floatright, div.ZMSLinkElement.floatright 
	{ 
	float:right;
	width:50%
	}

div.ZMSFile div.title, div.ZMSLinkElement div.title 
	{
	font-size:x-small;
	white-space:nowrap;
	}

div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited, 
div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited 
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text, div.ZMSLinkElement div.text 
	{
	font-size:xx-small;
	}

div.ZMSFile div.description, div.ZMSLinkElement div.description 
	{
	font-size:x-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

a.fancybox img {
	padding:1px 1px 21px 1px;
	background:transparent url(/misc_/zms/zoom.gif) bottom right no-repeat;
	background-color:transparent; 
}

div.ZMSGraphic_extEdit_action {
	margin:0px 0px 20px 0px;
}

a.ZMSGraphic_extEdit_action img {
	padding:1px 1px 9px 1px;
	background:transparent url(/misc_/zms/ico_plus.gif) bottom right no-repeat;
}

div.ZMSGraphic {
	background-color: transparent;
	margin: 4px;
}

div.ZMSGraphic.left {
	text-align:left;
}

div.ZMSGraphic.right {
	text-align:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.ZMSGraphic.floatleft {
	float:left;
	margin-right:10px;
}

div.ZMSGraphic.floatright {
	float:right;
	margin-left:10px;
}

div.ZMSGraphic.center div.graphic {
	text-align:center;
	margin:0px auto;
}

div.graphic.alignleft {
	float:left;
	text-align:right;
}

div.graphic.alignright {
	float:right;
	text-align:right;
}

div.ZMSGraphic div.text {
	padding: 4px;
}

/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic {
	width:100% !important; 
}
div.ZMSGraphic.right div.graphic img {
	display:inline !important;
}

a.zoom img.zoom,
a.superzoom img.superzoom,
a.download img.download {
	width: 26px;
	height: 21px;
	background-position:top right;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}
a.zoom img.zoom { background-image: url(/misc_/zms/zoom.gif); }
a.download img.download { background-image: url(/misc_/zms/download.gif); }
a.superzoom img.superzoom { background-image: url(/misc_/zms/superzoom.gif); }

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

table.ZMSTable th {
	background-color:#DDEFFC; 
}

table.ZMSTable td {
	background-color:#EEEEEE; 
}

body.print table.ZMSTable th, 
body.print table.ZMSTable td {
	background-color:transparent; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div#teaser
	{
	width:150px;
	font-size:x-small;
	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement
	{
	}

div.ZMSTeaserElement img.title
	{
	border: none;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	display: block;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}

/* f_css_defaults */
/* f_css_defaults.ZMSNote.f_css_defaults */
div.note {
	border-left: 1px solid #FCCD64;
	border-bottom: 1px solid #FCCD64;
	margin: 8px;
	padding: 4px;
	background: #FCFECC url(https://www.stahlbau.eu/content/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}/* f_css_defaults.org.cmess.imagegallery.f_css_defaults */
/* f_css_defaults.calendar.f_css_defaults */
/*---- BO calendar css -----*/

table#calTabs {
	width:100%;
	border-collapse:collapse;
}
table#calTabs td.active,
table#calTabs td.inactive {
	white-space:nowrap;
	margin: 0px;
	text-align:center;
	border:1px solid #FFE89B;
	border-bottom:0px;
	background-color: transparent;
	padding: 2px 15px;
        font-size: 12px;
}
table#calTabs td.active {
	border-bottom:0px;
	background-color: #FFDF99;
}
table#calTabs td.empty{
	border-bottom:1px solid #FFE89B;
	width:100%;
}

/*--Calendar without Tabs--*/
table#calContent {
	border-collapse:collapse;
	border:0px;
}
table#calContentTabs {
	border-collapse:collapse;
	border:1px solid #FFE89B;
	border-top:0px;
}
table#calContent tr td,
table#calContentTabs tr td {
	vertical-align:top;
	padding-top:6px;
        font-size: 12px;
}
form#calTabSearch {
	margin:0px;
	border:1px solid#FFE89B ;
	border-top:0px;
	padding:12px 6px;
}
/* -- FF -- */
html>/**/body form#calTabSearch {
margin-left:-1px;
}
table#calContentTabs table#calGrid {
	text-align:right;
	padding:5px;
}
table#calContentBatch {
	border-collapse:collapse;
	margin:0px;
	padding:0px;
}
table#calContentBatch td {
        height:150px;
	padding:0px;
}

table#calContentTabs table#calContentBatch td {
	padding-left:4px;
        padding-top:4px;
}
table#calContentBatch a { font-weight: bold; }

table#calContentBatch tr.odd {
	background-color: transparent;
        min-height: 150px;
}
table#calContentBatch tr.even {
	background-color: #FFE89B;
        min-height: 150px;
}
table#calContentBatch tr.even td {
	padding:4px;
        padding-bottom: 12px;
}
table#calContentBatch tr.odd td {
        padding:4px;
	padding-bottom: 12px;
}
table#calContentBatch tr td span.date {
	margin-top: 12px;
        font-style: italic;
}
table#calContentBatch tr td span.date,
table#calContentBatch tr td div.caltitle {
        font-size: 12px;
        color: #EE7900;
}
table#calContentBatch tr td div.caltitle {
        font-weight: bold;
        font-size: 14px;
        color: #EE7900;
}

table#calContentBatch tr td span.link { 
        margin-bottom: 8px;
        margin-top: 8px;
}

table#calContentBatch tr td span.description {
	display: block;
        background-color: transparent;
        padding: 3px;
}


table#calContentBatch tr td span.place {
	display: block;
        padding: 3px;
}

p.description { font-style: italic; }

table#calContentPrev, 
table#calContentNext {
	border-collapse:collapse;
        background-color: #FFD999;
}
table#calContentPrev th,
table#calContentNext th {
	padding:2px 2px 2px 2px;
        font-weight: normal;
        font-size: 90%;
}
div#calTeaser {
	width:200px;
	border-top:4px solid #EE7900;
	text-align:center;
	margin-top:10px;
	padding-top:6px;
}
table#calCategorySel {
	width:200px;
	border-top:1px solid #EE7900;
	border-bottom:1px solid #EE7900;
	text-align:left;
}
table#calCategorySel tr td {
	padding:0px 10px
}

table#calGrid {
	border-collapse:collapse;
	margin:0px 10px 10px 10px;
	padding:0px;	
	width:180px;
	font-size:10px;
	line-height:10px;
	font-family:verdana,arial,sans-serif;
}
table#calGrid a:link,
table#calGrid a:visited {
	text-decoration:none;
}

table#calGrid table.month {
	border-collapse:collapse;
	margin-bottom:0.5em;
	width:100%;
	text-align:center;
	font-weight:bold;	
}
table#calGrid table.days {
	width:100%;
/*	border-collapse:collapse; */
}
table#calGrid table.days td {
	padding:1px 4px 1px 3px;
}
table#calGrid table.days td.weekTitle {
	font-style:italic;
	font-weight:bold;
	background-color:#FFD999;
}
table#calGrid table.days td.week {
	font-weight:bold;
	background-color:transparent;
}
table#calGrid table.days td.dayname,
table#calGrid table.days td.daynameToday {
	text-align:right;
	font-weight:bold;
}
table#calGrid table.days td.daynameToday {
	/* border:1px solid #ee1947; */
	color:#ffffff; 
}
table#calGrid table.days td.date,
table#calGrid table.days td.dateToday {
	text-align:right;
}
table#calGrid table.days td.dateToday {
	/* border:1px solid #ee1947; */
	/* background-color:#ddd; */
	font-weight:bold;
	color:#ee1947; 
}
table#calGrid table.days td.date a:link,
table#calGrid table.days td.date a:visited,
table#calGrid table.days td.dateToday a:link,
table#calGrid table.days td.dateToday a:visited {
	background-color:#FFD999;
	padding:0px;
	border:0px;
	border-left:1px solid #FFE9A9;
	border-right:1px solid #FFC989;
}


table#calGrid table.days td.dateToday a:link,
table#calGrid table.days td.dateToday a:visited {
	color:#e0e0e0; 
}	
/*---- EO calendar css -----*//* f_css_defaults.news_box.f_css_defaults */
.news_box { 
   background-color: #e0e9f0; 
   border: 1px #a0a9b0 solid;
   margin-top: 8px;
   margin-bottom: 8px;
   padding: 6px;
   box-shadow: 5px 5px 17px #ccc; 
   -moz-box-shadow: 5px 5px 17px #ccc; /* Mozilla Firefox */
   -webkit-box-shadow: 5px 5px 17px #ccc; /* Google Chrome */   
   border-radius: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
}
.news_box ul { 
   padding-left: 10px; 
}

.news_box .title {
   margin-bottom: 6px;
}/* f_css_defaults.ZMSForum.f_css_defaults */
/* BO f_css_defaults */

#ZMSForum
{	color: #000;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
}

#ZMSForum div.breadcrumb
{ vertical-align:middle;
  margin-top:0.5em;
}

#ZMSForum div.breadcrumb span
{ margin:0 0.5em;
}

#ZMSForum div.error
{	background-color:#FFCE7B;
	border:1px solid #A7CBFF;
	margin:0 0 1em;
	padding:1em;
	width:auto;
}

#ZMSForum table a
{	color:#5555E2;
}

#ZMSForum table
{	width: 100%;
	border-collapse: collapse;
	margin: 1.5em 0;
}

#ZMSForum th
{
	border: 1px solid #666666;
	display: table-cell;
	font-weight: bold;
	padding: 0.5em;
	vertical-align: middle;
	text-align:left;
}

#ZMSForum td
{ border: 1px solid #666666;
	line-height: 1.5em;
	padding: 0.5em;
	vertical-align: top; 
	overflow: hidden;
}

#ZMSForum td.scroll
{
	border-width: 0px;
	vertical-align: middle;
	padding: 0px;
}

#ZMSForum fieldset
{	border: 1px solid #666666;
	line-height: 1.5em;
	margin: 0.7em 0;
	padding: 0 1em 1em;
	width: auto;
}

#ZMSForum legend
{	background: white none repeat scroll 0 0;
	font-size: 90%;
	padding: 0.5em;
}

#ZMSForum div.field
{	border-top: 0 solid #999999;
	left: 0;
	margin: 0 1em 0 0;
	padding: 0.5em 0;
	top: 0;
}

#ZMSForum select, #ZMSForum input, #ZMSForum textarea {
	background-color: white;
	border:1px solid #999999;
	color:black;
	padding:0.25em;
}

#ZMSForum input[type="submit"] {
	/*background-color: #C8DBE2;*/
}

#ZMSForum div.field input[type="radio"],
#ZMSForum div.field input[type="checkbox"],
#ZMSForum input[type="submit"]
{	cursor:pointer;
}

#ZMSForum div.field input[type="text"],
#ZMSForum div.field input[type="file"],
#ZMSForum div.field textarea
{ width:90%
}

#ZMSForum div.field label
{	font-weight: bold;
}

#ZMSForum div.field label.singleLabel
{	cursor:pointer;
	font-weight:normal;
}

#ZMSForum img 
{	border:0px !important;
	vertical-align:middle;
}

/***************** navigation tabs *****************/
#ZMSForum ul.nav-tabs 
{	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}
#ZMSForum .nav-tabs:after
{	display: block;
	clear: both;
	content: " ";
}

#ZMSForum .nav-tabs li
{	border: 1px solid #C8DBE2;
	float: left;
	margin: 0pt 7px 7px 0pt;
}
#ZMSForum .nav-tabs li.selected
{	background-color: #C8DBE2;
	border-color: #C8DBE2;
	margin-bottom: 0pt;
}

#ZMSForum .nav-tabs a
{	float: left; /* fixes dir=ltr problem and other quirks IE */
	padding:0;
}

#ZMSForum .nav-tabs a
{	margin:0; /* position: relative makes opacity fail for disabled tab in IE */
	padding:0.25em 0.45em 0.25em 0.45em;
	text-decoration: none;
	white-space: nowrap; /* @ IE 6 */
	outline:none; /* @ Firefox, prevent dotted border after click */    
}

#ZMSForum .nav-tabs a:link, #ZMSForum .nav-tabs a:visited
{ /*color: #000;*/ }

#ZMSForum .nav-tabs a:hover, #ZMSForum .nav-tabs a:active
{	text-decoration:underline; }

/*IE7 fails to replaca margin-bottom with padding-bottom from 2nd tab on*/	
*+html #jquery_ui_container .ui-tabs-nav .ui-tabs-selected 
{ margin-bottom:7px; }

* html #ZMSForum .nav-tabs
{ /* auto clear @ IE 6 & IE 7 Quirks Mode */
	/*display: inline-block;*/
}

*:first-child+html #ZMSForum .nav-tabs
{ /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
	display: inline-block;
}

div.threadTree { line-height: 18px; /*color:#595959;*/ }
div.threadTree img { vertical-align: middle; margin-right:0.25em; }
div.threadTree:hover, div.threadTree:active { background:#C8DBE2; }
div.threadTree.selected { font-weight:bold; }

/* --------- ZMSFORUM CUSTOMIZED -------------- */
div#ZMSForum {
margin-top:2em;
}
#ZMSForum ul.nav-tabs {
padding-bottom:1em
}
#ZMSForum table {
margin: 0em 0em 1.5em 0em;
}
#ZMSForum fieldset {	
margin: 0em 0em 0.7em 0em;
}
#ZMSForum ul.nav-tabs li {
padding:0px 0.5em;
list-style-type:none;
}
div.threadTree .zfmAuthor,
div.threadTree .zfmDateTime {
color:#999 !important;
}
div.threadTree .zfmSubject { }
div.zfmFileForm {
padding:0.3em;
margin-top:0.7em;
}

/* EO f_css_defaults *//* f_css_defaults.clearfix.f_css_defaults */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix { display: block }
.floatbox { overflow:hidden }
#ie_clearing { display: none }
/* f_css_defaults.sy_media_player.f_css_defaults */

div.symedia_box {
   margin-top: 12px;
   margin-bottom: 20px;
}
/* f_css_defaults.ZMSGallery.f_css_defaults */

div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width: 350px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('https://www.stahlbau.eu/content/metaobj_manager/ZMSMediaPlayerLib.loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 350px;
	height: 350px
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}

/* f_css_defaults.kform.f_css_defaults */
/* ### Form container ### */
.ZMSForm { width: 90%; }

/* ### Form description ### */
.ZMSFormDescr { margin-top: 1em; margin-bottom: 1em; }

/* ### Form Sheet ### */
.ZMSFormSheet {}

/* ### form table ### */
.ZMSFormTable { width: 550px; }

.ZMSFormGroupTitle { 
	color: #FFFFFF;
	border-left: 1px solid #ADAAFF; 
	border-top: 1px solid #ADAAFF;
	border-right: 1px solid #004E7B;
	border-bottom: 1px solid #004E7B;
	background-color: #005C95;
}

.ZMSFormGroupTitle th {}

/* ### form field label ### */
.ZMSFormFieldLabel {}

/* ### form field description ### */
.ZMSFormFieldDescr {}

/* ### form submit button ### */
.ZMSFormBtnSubmit {}

/* ### phase with star ### */
.ZMSFormStar { color: #ff0000; }


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] Misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSObject.new, div.ZMSObject.modified {
	border: 2px dashed blue;
	background-color: #F0F0FF;
} 
div.ZMSObject.deleted {
	border: 2px dashed red;
	background-color: #FFF0F0;
	color: #CCC;
	text-decoration: line-through;
}
.preview.highlight {
	background: filter:Alpha(opacity=90);-moz-opacity:0.90;opacity:0.90;
	background-color: #E2E3DE;
	cursor:pointer;
}

span.unicode { 
  font-family:"Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

span.highlight { 
  background-color: yellow;
  color: black;
  font-weight: bold;
}


