/**--------------------------------------
 * @package     rapi_contentmarquee - Rapi Content Marquee
 * @copyright   Copyright (C) 2016 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later.
 * ---------------------------------------**/
.rapi-marquee {
	position: relative;
    display: block;
    width: auto;
}
.rapi-contentmarquee {
    overflow: hidden;
    margin: 0;
	padding: 5px 0;
    display: block;
    width: auto;
	max-width: 100%;
}

.rapi-marquee .heading {
    position: absolute;
	height: 100%;
	padding: 7px;
	font-weight: bold;
}

.rapi-contentmarquee li {
    display: inline;
}

.rapi-contentmarquee li a {
    font-size: 16px;
}

img.divider {
    width: 23px;
    height: 23px;
    border-radius: 50%;
}

.toggle {
    position: absolute;
    top: 0;
}