@charset "utf-8";

/* Ticker */
.modern-ticker {
color: #fafafa;
background-color: #fafafa;
}

/* Label */
.modern-ticker .mt-label {
background-color: #29315F;
}

/* News */
.modern-ticker .mt-news {
background-color: #dedede;
}
.modern-ticker .mt-preloader {
background: url("https://www.railscape.co.uk/modern-ticker/themes/images/loading.gif") no-repeat center;
}
.modern-ticker .mt-news ul {
/* Preload */
}
.modern-ticker .mt-news a {
color: #505050;
background-color: #fff;
}
.modern-ticker .mt-news a:hover {
color: #fafafa;
background-color: #F3912C;
}
.modern-ticker .mt-news a:active {
background-color: #F3912C;
}
.modern-ticker .mt-error {
color: #000;
}

/* Controls */
.modern-ticker .mt-controls {
/* Preload */
background-image: url("https://www.railscape.co.uk/modern-ticker/themes/images/pause-fafafa.png");
}
.modern-ticker .mt-prev,
.modern-ticker .mt-next {
background-color: #29315F;
}
.modern-ticker .mt-prev {
background-image: url("https://www.railscape.co.uk/modern-ticker/themes/images/prev-fafafa.png");
}
.modern-ticker .mt-next {
background-image: url("https://www.railscape.co.uk/modern-ticker/themes/images/next-fafafa.png");
}
.modern-ticker .mt-play {
background-color: #00bbff;
background-image: url("https://www.railscape.co.uk/modern-ticker/themes/images/play-fafafa.png");
}
.modern-ticker .mt-pause {
background-image: url("https://www.railscape.co.uk/modern-ticker/themes/images/pause-fafafa.png");
}
.modern-ticker .mt-play:hover,
.modern-ticker .mt-prev:hover,
.modern-ticker .mt-next:hover {
background-color: #F3912C;
}
.modern-ticker .mt-play:active,
.modern-ticker .mt-prev:active,
.modern-ticker .mt-next:active {
background-color: #F3912C;
}