/* Theme Name: Meup Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of meup
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: meup
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  meup-child
*/

.campaign-list tr th:first-child,
.campaign-list td:first-child {
	position: sticky;
	width: 100px;
  left: 0;
  z-index: 10;
  background: #ffffff;
	border-bottom: 1px solid #cccccc;
}
.campaign-list tr:nth-child(even){
	background-color: #f2f2f2;
}