 {
    max-width: 1100px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    color: #233452;
}

 table {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
}

 table.card:not(.subscriber-table) {
    width: 100%;
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0,0,0,0.14);
    border: none !important;
}

 table.card:not(.subscriber-table) > tbody > tr:first-child > td {
    width: 50%;
    padding: 36px;
    vertical-align: middle;
    border: none !important;
}

 table.card:not(.subscriber-table) table {
    width: 100%;
}

 table.card:not(.subscriber-table) table th {
    width: 55%;
    background: #f3f6fa;
    color: #233452;
    font-weight: 700;
    text-align: left;
    padding: 14px 18px;
    border: 1px solid #e2e8f0 !important;
}

 table.card:not(.subscriber-table) table td {
    text-align: center;
    padding: 14px 18px;
    border: 1px solid #e2e8f0 !important;
}

 img.sc {
    width: 300px;
    max-width: 100%;
    display: block;
    margin: 0 auto 20px auto;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(0,0,0,0.24);
}

 table.card:not(.subscriber-table) > tbody > tr:nth-child(2) > td {
    padding: 30px 42px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0 !important;
    text-align: left !important;
}

 .sc-lis {
    margin: 0;
    padding-left: 26px;
    text-align: left !important;
}

 .sc-lis li {
    margin-bottom: 10px;
    line-height: 1.65;
    text-align: left !important;
}

 .subscriber-table {
    width: auto !important;
    min-width: 420px;
    margin: 35px auto 0 auto !important;
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 38px rgba(0,0,0,0.12);
    border: none !important;
}

 .subscriber-table th,
 .subscriber-table td {
    border: none !important;
    background: transparent !important;
    padding: 12px 16px !important;
    text-align: left !important;
}

 .subscriber-table tr:first-child th {
    text-align: center !important;
    font-size: 18px;
    padding: 22px 16px !important;
    color: #00102E;
    background: #f8fafc !important;
}

table.subscriber-table th.label {
    width: 120px;
    font-weight: 600;
    color: #233452;
	margin:10px;
}

 .subscriber-table input {
    width: 260px;
    height: 42px;
    padding: 0 14px;
    border: 1px solid #d1d5db !important;
    border-radius: 8px;
    background: #ffffff !important;
    color: #233452;
    box-sizing: border-box;
}

 .subscriber-table button {
    display: block;
    margin: 10px auto 18px auto !important;
    background: #d65050;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 13px 36px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
}

 .subscriber-table button:hover {
    background: #b73d3d;
}

@media (max-width: 800px) {
     table.card:not(.subscriber-table),
     table.card:not(.subscriber-table) tbody,
     table.card:not(.subscriber-table) tr,
     table.card:not(.subscriber-table) td {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
    }

     table.card:not(.subscriber-table) > tbody > tr:first-child > td {
        padding: 24px;
    }

     img.sc {
        width: 100%;
        max-width: 360px;
    }

     .subscriber-table {
        width: 100% !important;
        min-width: 0;
    }

     .subscriber-table th,
     .subscriber-table td {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
    }

     .subscriber-table input {
        width: 100%;
    }
}

 .subscriber-table th.label {
    width: 120px;
    font-weight: 700;
    color: #233452;
    background: #f3f6fa !important;
    border: 1px solid #e2e8f0 !important;
    padding: 14px 18px 14px 18px !important;
}

 .subscriber-table td {
    border: 1px solid #e2e8f0 !important;
    background: #ffffff !important;
}

table.subscriber-table th {
    padding: 10px !important;
}

#errors
{
	color: red !important;
	text-align: center !important;
	align: center !important;
	background-color: lightgray;
	
}

tr.hhhNO
{
	display: none ;
}