/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 * 
 * Name im Orginal main.css
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Erste Ansaetze Neugestaltung */
.wrapper {
    width: 90%;
    margin: 0 5%;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
/* Allgemeine Einstellungen */
html, body, h1, h2, h3, h4, h5, h6, p, td, ul, ol, li, dl, dt, dd { 
        font-family: "Trebuchet MS", Trebuchet, Verdana, "Nimbus Sans L", Helvetica, Arial, sans-serif;
}
/* TD DARF NICHT vorkommen wegen der Bruchstriche */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd { 
	color:#000000; 
        background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6    {
        text-align: left;
        font-weight: 700;
        color: #005A9C;
        background-color: white;
	margin-top: 10pt;
	padding-top: 1pt;
	margin-bottom: 15pt;
	padding-bottom: 1pt;
}
h1    {
        font-size: 1.5em;
}

h2    {
        font-size: 1.2em;
}
h2 m {
        font-size: 90%;
        font-weight: bold;
}
h3    {
        font-size: 1.0em;
}
h4    {
        font-size: 1.0em;
}
h5, h6    {
        font-size: 1.0em;
}

img {
	border: none;
}
div.teilantwort {display: none;}
img.illu, table.illu, div.illu {
	float: right;
	clear: right;
	margin-left: 25pt;
	margin-bottom: 25pt;
}
p.illuR {
	margin-left: 25pt;
}
img.illuR {
	float: left;
	vertical-align: middle;
	margin-right: 25pt;
	margin-bottom: 25pt;
}
.abgesetzt, .applet {
	margin-left: 40pt;
}
.MManimation {
	margin-left: 42pt;
}
.begriff{
	color: #af3f00;
	background-color: #fff;
}
.farbe1 {
	color: #b75130;
	background-color: #fff;
}
.farbe2 {
	color: #11347c;
	background-color: #fff;
}
.quote:before {
	content: "\00BB"; 
}
.quote:after {
	content: "\00AB"; 
}
.rheader {
        font-weight: 700;
        color: #005A9C;
	margin-right: 10px;
}
.minisec {
        font-weight: 700;
        color: #005A9C;
	margin-right: 10px;
}
table.uebersichten tr td {
	padding: 5pt;	
	margin: 0;
}
.striped{
	color: #000;
	background-color: #ccc;
}
table.tabstriped tr td {
	padding: 3pt;
}

table tr {
	vertical-align: middle;
}
table.eqn tr {
	vertical-align: top;
}

table.bruch td {
	padding-top: 0;
	padding-bottom: 0;
}
table.bruch td.bruchstrich{
	padding-top: 0;
	padding-bottom: 0;
	background-color: #000;
}

table.align-star tr td {
	text-align: right;
}

p.anmerkung {
	font-size: 80%;	
}

span.paar {
	padding-left: 5px;
	padding-right: 5px;
	background-color: transparent;
        border-left-width: 2px;
        border-right-width: 2px;
        border-bottom-width: 2px;
        border-left-style: solid;
        border-bottom-style: solid;
        border-right-style: solid;
	border-color: #999;
	margin-right: 20px;
	font-weight: bold;
	color: #333;
}

td.rfluss img {
	float: right;	
}

/* JSX Graphen */
	div.graph {
		position: relative;
		/* background-color: #ffe ; */
		background: rgba(255,255,239,0.6);
		border: 1px solid #777;
		border-radius: 15px 15px 15px 15px;
		margin: 10px;
		padding: 15px;
		padding-bottom: 8ex;
	}
	div.ansicht {
		margin: 20px 0;
		font-size: 80%;
		color: #993333;
	}
	div.ansicht input[type=checkbox] {
		margin-right: 8px;
		margin-left: 20px;
	}
	div.ansicht input.first[type=checkbox] {
		margin-right: 8px;
		margin-left: 0;
	}
	.jxgbox {
     	background: rgba(200,200,255,0.4); 
     }
     .legende * {
     background-color: transparent;
     }
/* Ende JSX Graphen */
/*
span.cmmi-10 {
	margin: 0pt;
	padding: 0pt;
}
sub span.cmr-7, sup span.cmr-7, sub span.cmmi-7, sup span.cmmi-7 {
	margin: -2pt;
	padding: 0pt;
}
span.cmmi-10 {
	margin: 0pt;
	padding: 0pt;
}
sub span.ec-lmsso-8x-x-87 sup span.ec-lmsso-8x-x-87 sub span.ec-lmsso-8x-x-87 sup span.ec-lmsso-8x-x-87 {
	margin: -2pt;
	padding: 0pt;
}
*/

/* Link - Reihenfolge LVHA */
A:link    {
	background-color: transparent;
        color: #933;
        text-decoration: none;
	font-weight: bold;
}

A:visited    {
	background-color: transparent;
        color: #933;
        text-decoration: none;
	font-weight: bold;
}

A:hover    {
	background-color: transparent;
        color: #c33;
        text-decoration: underline;
	font-weight: bold;
}

A:active    {
	background-color: transparent;
        color: #c33;
        text-decoration: none;
	font-weight: bold;
}

/* glossar Verweise (im Matheteil NICHT Deaktiviert */
A.glossar:link, A.pse:link, A.kurs {
	font-weight: normal;
        color: #933;
}

A.glossar:visited, A.pse:visited, A.kurs:visited  {
	font-weight: normal;
        color: #933;
}

A.glossar:hover, A.pse:hover, A.kurs:hover {
        text-decoration: none;
        color: #c33;
	font-weight: normal;
	cursor: default;
}

A.glossar:active, A.pse:active, A.kurs:active {
	font-weight: normal;
        color: #c33;
}

*.nowrap, *.keinUmbruch {
	white-space: nowrap;
}
.frei { 
    display: block;
    clear: both;
}
.right { 
    float: right;
}

div.glossarpage, div.glossarpage * {
	background-color: #eef;
}

div.reiter {
    clear: both;
}
/* NEU MATHE ANFANG*/
div.mdefinition, div.mregel, div.mbeispiel, div.mhint, div.mapplet {
	padding-left: 5px;
	padding-right: 5px;
	clear: both;
}
div.mbox h2 {
    font-size: 1.0em;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
div.mbox p  {
	margin-top: 1px;
	padding-bottom: 1px;
}
div.mbox span, div.mbox sup, div.mbox sub,  div.mbox  m  {
	background-color: #eef;
	padding-left: 0;
}
div.mbox, div.mbox *  {
	background-color: #eef;
	padding-left: 5px;
	padding-bottom: 0;
}
div.mbox ol, div.mbox ul, div.mbox dl  {
	background-color: #eef;
	padding-left: 25px;
	padding-bottom: 2px;
}
span.math {
	font-style: italic;
}

dl dt {
	color: #666;
	font-weight: bold;
}
p.loes {
	color: #666;
	font-weight: bold;
}

h3 {
	clear: right;
}
div.mboxx {
background: #eef;
border: 1px solid #777;
border-radius: 15px 15px 15px 15px;
/* margin: 0px 0px; */
padding: 5px 15px 5px 15px;
margin-bottom: 25px;
/* padding: <top> <right> <bottom> <left>; */
clear: both;
}
div.mboxx  * {
background: transparent;
}
div.mboxx h2 {
    font-size: 1.0em;
	margin-bottom: 0;
	padding-bottom: 0;
}
div.mboxx p  {
	margin-top: 1px;
	padding-bottom: 2px;
}
dl.mylist, dl {
	margin-left: 25px;
}
/* 
div.graph {
		position: relative;
		/* background-color: #ffe ; */
		background: rgba(255,255,239,0.6);
		border: 1px solid #777;
		border-radius: 15px 15px 15px 15px;
		margin: 10px;
		padding: 15px;
		padding-bottom: 8ex;
	}
	div.ansicht {
		margin: 20px 0;
		font-size: 80%;
		color: #993333;
	}
	div.ansicht input[type=checkbox] {
		margin-right: 8px;
		margin-left: 20px;
	}
	div.ansicht input.first[type=checkbox] {
		margin-right: 8px;
		margin-left: 0;
	}
	.jxgbox {
     	background: rgba(200,200,255,0.4); 
     }

 */

/* NEU MATHE ENDE */
div.hint, div.solution, div.merke, div.mbox {
	padding-left: 5px;
	padding-right: 5px;
	clear: both;
}
div.hint, div.hint *, div.solution, div.solution *,  div.merke, div.merke p {
	background-color: #eef;
	padding-left: 5px;
	padding-bottom: 1px;
}
div.hint h2, div.merke h2 {
        font-size: 1.0em;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
div.merke {
	padding-left: 0;
}
div.hint p  {
	margin-top: 1px;
	padding-bottom: 10px;
}
div.hint ul  {
	margin-top: 1px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.merke {
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 0;
}
.merke, .merke *  {
	background-color: #eef;
}
.bruchstrich  {
	background-color: #000;
}

div.fat {
	padding-left: 40px;
}
div.frage {
	clear: both;
}
div.frage h2 {
	margin-bottom: 0;
	font-size: 100%;
}
div.frage h2.antwort {
	margin-bottom: 2ex;
	font-size: 100%;
}

div.fat ul {
	padding-left: 20px;
}



dl dt {
	font-weight: bold;
}
dl.einfach dt {
	font-weight: normal;
}

dl.textbild img.inline {
	float: left;
	border: 0;
	padding: 10px;
	margin-right: 5ex;
}
dl.textbild dt {
	clear: both;
	margin-top: 5ex;
}
dl.textbild dd {
	margin-bottom: 15ex;
}
dl.textbild dd ul li {
	margin-left: 200px;
	margin-top: 20px;
}

p.hglink span {
	padding: 2px;
	background-color: #eef;
        border-left-width: 2px;
        border-bottom-width: 2px;
        border-left-style: solid;
        border-bottom-style: solid;
        border-left-color: Gray;
        border-bottom-color: Gray;
	border-color: #005A9C;
}
p.hglink a {
	font-weight: bold;
	background-color: transparent;
        color: #933;
        text-decoration: none;
        cursor: pointer;
}

div.herleitung table {
	float: left;
}
div.herleitung table.herleitung {
	margin-left: 10px;
	background-color: #000;
        border-width: 20px;
        border-style: solid;
        border-color: Gray;
}

.versteckt {
	visibility: hidden;
}

#refstruktur ul
{
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

#refstruktur ul li { display: inline; }

#refstruktur ul li span
{
	color: #005A9C;
	background-color: #fff;
	font-weight: bold;
	font-size: 120%;
}
#refstruktur ul li a
{
	text-decoration: none;
	padding: .2em 1em;
	color: #005A9C;
	background-color: rgb(217, 234, 244);
}

#refstruktur ul li a:hover
{
	color: #fff;
	background-color: #005A9C;
	text-decoration: underline;
}


div.navigation {
	display: block;
}

div#fuss{
	margin-top: 5pt;
	float: left;
	clear: both;
}

*.navigation A:link, *.navleiste A:link, span.navitop a:link {
        font-weight: bold;
	background-color: transparent;
        color: #005A9C;
        text-decoration: none;
}

*.navigation A:visited, *.navleiste A:visited, span.navitop a:visited {
        font-weight: bold;
	background-color: transparent;
        color: #005A9C;
        text-decoration: none;
}

*.navigation A:hover, *.navleiste A:hover, span.navitop a:hover {
        font-weight: bold;
	background-color: #005A9C;
        color: white;
        text-decoration: none;
}
/*
*.navigation p#nav2 span#nav2r A:hover {
        font-weight: bold;
	background-color: #005A9C;
        color: white;
	border-color: #005A9C;
        border-width: 2px;
        text-decoration: none;
}
*.navigation *#nav2 span a.part, *.navigation *#nav1 a#clp  {
	border-color: #005A9C;
        border-width: 2px;
}
#nav2r img {
	padding-left: 2pt;
	padding-right: 4pt;
} 

*/
*.navigation A:active, *.navleiste A:active, span.navitop a:active {
        font-weight: bold;
	background-color: #005A9C;
        color: white;
        text-decoration: none;
}

.navigation p {
        background-color: #ffffff;
	color: black;
}
.navigation {
	font-size: 80%;
	margin-bottom: 0;
	padding-bottom: 0;
}
*#nav1 span#nav1r, *#nav2 span#nav2r  {
	float: right;
}
*#nav1 span a, *#nav2 span a, span.navitop a {
        text-align: left;
        padding-left: 2pt;
        border-left-width: 2px;
        border-bottom-width: 2px;
        border-left-style: solid;
        border-bottom-style: solid;
        border-left-color: Gray;
        border-bottom-color: Gray;
}
*#nav1 span a img {
        padding-right: 4pt;
}

/* cluetip global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(../icons/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'legende' 
-------------------------------------- */

.cluetip-legende {
  background-color: #669;
}
.cluetip-legende #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #669;
  line-height: 120%;
  font-weight: 700;
  color: #ffc;

}
.cluetip-legende h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: 700;
  background-color: #ffc;
  color: #669;
}
.cluetip-legende #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-legende #cluetip-inner {
  padding: 10px;
}
.cluetip-legende div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* KPH Quelle: http://www.stilbuero.de/jquery/tabs_3/
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
/*
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
*/
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #005A9C;  /* KPH war #000 */
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}






/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        /* background: transparent !important; */
        /* color: #000 !important;  Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
