/**
 * @package    Customizing AcyMailing
 * @version    5.10.4
 * @author     logikamrnte.com
 * @copyright  (C) 2018 LOGIKAMNETE SRL All rights reserved.
 * @license    GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 */
 
.acymailing_table thead tr, .acymailing_table thead tr:hover{
	background-color: #fff;
}
.acymailing_table thead a, .acymailing_table thead a:hover, .acymailing_table thead a:link{
	font-size:15px;
	font-weight: 500;
}
.acymailing_table thead a:hover, .acymailing_table thead a:link, #acy_content .acymailing_table .title a:hover{
	text-decoration: underline;
}
#acy_content .acymailing_table .title a{
	color: #2196f3;
	text-transform: none;
}