/**
 * This file is part of the VIP Posts extension package
 *
 * @copyright	(c) 2016, Honza Remes
 * @license		GNU General Public License, version 2 (GPL-2.0)
 *
 * This is a sample CSS file illustrating the way to visually enhance VIP posts
 */

div.vipposts-vip > div {
	border: 2px solid red;
	background-color: rgba(245, 130, 32, .2) !important;
}
