/* CSS Document */

marquee {
	margin-top: 6px;
	width: 100%;
}

.runtext-container {
background:none;
border: none;
width: 100%;
overflow-x: hidden;
overflow-y: hidden;
padding:0 3px 0 3px;
}

.main-runtext {margin: 0 auto;
overflow: visible;
position: relative;
height: auto;
}

.runtext-container .holder {
position: relative;
overflow: visible;
display:inline;
float:left;

}

.runtext-container .holder .text-container {
	display:inline;
	direction:ltr;
}

.runtext-container .holder a{
	text-decoration: none;
	font-family: 'limesac';
	top:.33vw;
	color:rgb(227 116 0 / 56%);
	font-size:clamp(5rem,9.25vw,9.625rem);
}

.runtext-container .holder a:hover{
	color:rgb(227 116 0 / 56%);
}
.text-container{
  margin: 0 10px 0 10px;
}
.text-container a:before {
    content: '';
    height: 11px;
    width: 11px;
    display: inline-block;
    background-color: none;
    border-radius: 100%;
    position: relative;
    margin-right: 10px;
}
.text-container a:hover::before {
    background-color: none;
}