#cont #logo img {
	width: 200px;
}
#cont #logo {
    width: 80%;
    
   
    padding: 25px;
	

}

#cont #cols {
    display: flex;
    flex-direction: row;
    width: 95%;
}

#cont #cols .col {
    width: 350px;
    height: 400px;
    border: 1px solid #000;
    margin-right: 25px;
    background: #fff;
}

#cont #cols .col-1 {
    width: 550px;
}

#cont #cols .col-2 {
    width: 450px;
}

#cont #cols .heading h3 {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	margin:15px 0;
	font-size:22px;
}
#cont #cols .heading {
    border: 1px solid;
    padding: 5px;
    margin: 0;
    text-align: center;
    font-size: 18px;
	background-color: #2196f3;
	border-color: transparent;
	border-radius: 0px;
	margin-bottom: 0px;
	padding: 5px;
	box-shadow: 0px 0px 3px 0px rgba(119, 119, 119, 0.5);
	-moz-box-shadow: 0px 0px 3px 0px rgba(119, 119, 119, 0.5);
	-webkit-box-shadow: 0px 0px 3px 0px rgba(119, 119, 119, 0.5);
	border: 1px rgb(221, 221, 221) solid;
	
}

#cont #ad {
    width: 85%;
    height: 200px;
  
    margin-top: 50px;
}

#cont #ad{
    text-align: center;
	position: absolute;
	top: 0;
}

.optin-content ul li {
    padding: 20px;
    font-size: 16px;
}

.wp_smf_delete_img{
	width: 18px;
}
.wp_smf_edit_img{
	width: 40px;
}

#smf_forms_table .header{
	height: 28px;
    position: relative;
    line-height: 28px;
    border-radius: 3px 3px 0 0;
}
.wp_smf_delete_img{
	width: 12px;

}
.wp_smf_edit_img{
	width: 24px;

}
.wp_smf_preview_img{
	width: 18px;

}
#smf_forms_table{
	
	width: 100%;
    padding: 0;
    margin: 0px;
    border-spacing: 0px;
}
table a:link {
	
	font-weight: bold;
	text-decoration:none;
}
table a:visited {
	
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	
	text-decoration:underline;
}
table {
	
	color:#666;
	font-size:14px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	font-family: 'Poppins', sans-serif !important;
}
table th {
	padding:15px 25px 15px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	font-family: 'Poppins', sans-serif;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child{
	text-align: left;
	padding-left:20px;
}
table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table tr{
	text-align: center;
	padding-left:20px;
}
table tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table tr td {
	padding:12px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr .wp_smf_chkcx_width{
	width:23px;
}
table tr .wp_smf_slides_width{
	width:40px;
}
table tr .wp_smf_options_width{
	width:50px;
}
table tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td{
	border-bottom:0;
}
table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

.formtitle_link {
	color: #000;
	font-family: 'Poppins', sans-serif;
}

.support-content p, #noFormsMessage {
	color: #000;
	font-family: 'Poppins', sans-serif;
}

.support-content p {
	padding: 10px;
	margin: 10px;
}

.support-content p a {

	color: #000;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	width: 80%;

}

#linkallforms {
	padding: 10px;
}

#linkallforms a {
	color: #000;
}