/*!
 * decent-comments-widget.css
 *
 * Copyright (c) 2011 "kento" Karim Rahimpur www.itthinx.com
 *
 * This code is released under the GNU General Public License.
 * See COPYRIGHT.txt and LICENSE.txt.
 *
 * This code is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * This header and all notices must be kept intact.
 *
 * @author Karim Rahimpur
 * @package decent-comments
 * @since decent-comments 1.0.0
 */
.decent-comments .comment:nth-child(3n+1) {
	background-color: #f0f0f0; /* light gray */
}

.decent-comments .comment:nth-child(3n+2) {
	background-color: #fff8dc; /* light gold (cornsilk) */
}

.decent-comments .comment:nth-child(3n+3) {
	background-color: #ffffff; /* white */
}

.decent-comments .comment {
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 6px;
}

.decent-comments .comment {
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
