/*ADMIN STYLING*/
.tmec_plugins_text .form-table {
	clear: none;
}
.tmec_plugins_text .form-table td {
	vertical-align: top;
	padding: 16px 20px 5px;
	line-height: 10px;
	font-size: 12px;
	display: flex;
	align-items: center;
}
.tmec_plugins_text .form-table th {
	width: 200px;
	padding: 10px 0 12px 9px;
}
.tmec_plugins_text .form-table input.tog, .tmec_plugins_text .form-table input[type=radio] {
    margin-top: 0px;
    margin-right: 4px;
    float: none;
}
.tmec_right_sidebar {
	width: 42%;
	float: right;
}
.tmec_left_sidebar {
	width: 55%;
	margin-left: 10px;
}
.tmec_plugins_text {
	margin-bottom: 0px;
}
.tmec_plugins_text p {
	padding: 5px 10px 10px 10px;
	width: 90%;
}
.tmec_plugins_text h2 {
	font-size: 14px;
	padding: 0px;
	font-weight: bold;
	line-height: 29px;
}
.tmec_plugins_wrap .hndle {
	font-size: 15px;
	font-weight: 600;
	padding: 7px 10px;
	margin: 0;
	line-height: 1;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-color: rgb(223, 223, 223);
    text-shadow: 0px 1px 0px rgb(255, 255, 255);
    box-shadow: 0px 1px 0px rgb(255, 255, 255);
	background: linear-gradient(to top, rgb(236, 236, 236), rgb(249, 249, 249)) repeat scroll 0% 0% rgb(241, 241, 241);
	margin-top: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	-moz-user-select: none;
}
.tmec_option_wrap {
	border:1px solid rgb(223, 223, 223);
	width:100%;
	margin-bottom:30px;
	height:auto;
    padding: 10px;
}
.tmec_plugins_text img{
	max-width: 100%;
}
.tme_plugin_main_form{
	padding: 7px 10px;
}
.tme_follow_button a {
    display: inline-block;
    padding: 10px 0;
    padding-left: 10px;
}

/*ADMIN STYLING*/




.tme-countdown {
    max-width: 600px;
    width: 100%;
}
.tme-countdown .widget-title{
	    color: #2c4f90;
    font-size: 35px;
    line-height: 1.2;
}
.tme-countdown .tme-countdown-slot {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.tme-countdown .tme-countdown-slot-single {
        padding: 10px;
    margin-top: 5px;
}

.tme-countdown .tme-countdown-slot-value {
    background: #c4161c;
    font-size: 29px;
    color: #fff;
    display: block;
    border-radius: 5px;
    padding: 5px 20px;
    line-height: 1;
    min-width: 85px;
}


.tme-countdown .tme-countdown-container {
    width: 100%;
    height: auto;
}

.tme-countdown .tme-countdown-slot-single .tme-countdown-slot-title {
    color: #000;
}

.tme_plugin_main_form label {
    width: 100%;
    display: block;
    margin-top: 10px;
    margin-bottom: 3px;
    font-weight: 500;
}