﻿table.spamreport {
    border-spacing: 0px;
}

table.spamreport td,
table.spamreport th {
	padding: 4px;
	padding-left: 0;
}

table.spamreport th {
	font-weight: bold;
}

table#counts td,
table#counts th {
	padding-left:5px;
	padding-right:5px;
}

table.fullDetail th {
	color: #2B9ECA;
	text-align: left;
}

table.fullDetail {
	width: 100%;
}

table.fullDetailSendTestEmails th {
	color: #2B9ECA;
	text-align: left;
}

table.fullDetailSendTestEmails {
	width: 100%;
}

table.fullDetailSchedule th {
	color: #1D0B61; /* #2B9ECA; */
	text-align: left;
}

table.fullDetailSchedule {
	width: 100%;
}
.buttonTable {
	display: block;
	margin-top: 10px;
	padding-bottom:10px;
}

.count-row td:last-child {
	text-align: right;
	color: #201F1F;
}

.use-blank-template-section {
    font-size: 16px;
    color: #fff;
    width: 100%;
    padding: 20px !important;
    background: url('images/background/start-new-tmpl-bg.png') center center no-repeat;
    margin-bottom:20px !important;
}

    .use-blank-template-section h4 {
        font-size: 18px;
    }

    .use-blank-template-section a.start-new-template {
        /*float: right;
        position:relative;*/
        text-decoration:none !important;
        bottom:45px;
        display: inline-block;
        font-weight: normal;
        touch-action: manipulation;
        border:solid 1px transparent;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        padding: 10px 20px;
        font-size: 18px;
        border-radius: 2px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #24245a;
        background-color: #fff;
        border-color: #b3a6e5;
    }
        .use-blank-template-section a.start-new-template:hover {
            background-color: #24245a;
            border-color: #24245a;
            color: #fff;
            cursor:pointer !important;
        }
