/*
* This css stylesheets for wp-random-post-inside plugin.
* Package Name		: WP Random Post Inside
* Package Version	: 1.0
* Package Author	: MD. Anisur Rahman Bhuyan
*/
.wp_random_inside {
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
    margin: 5px 0;
}
.wp_random_inside a {
    color: #F54542 !important;
}
.wp_random_inside a:hover {
	color: #DD5342 !important;
    text-decoration: none;
}
.wp_random_inside span.dashicons{
    color: #F54542;
    line-height: unset;
}