/**
*
* TABLE STYLE 1
*
************************************************/

table.atext_table_style_1 {
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin: 0 0 1em;
    border: 0;
    border-collapse: collapse;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #414141;
    font-weight: 400;
}

table.atext_table_style_1 caption {
    line-height: 1.5em;
    color: #FFF !important;
    text-align: center;
    padding: 0.8em;
    background: #673cb5;
    font-weight: bold;
    border: 0;
	font-size: 19px;
}

table.atext_table_style_1 tr {
    background: #FFF;
    border: 0;
    border-bottom: 1px solid #EAEAEA;
}

table.atext_table_style_1 th {
    line-height: 1.2;
    color: #FFF;
    padding: 10px 10px;
    background: #8764c7;
    border: 0;
    border-bottom: 5px solid #DDD;
    margin-right: 2px;
    text-align: left;
    font-weight: normal;
	font-size: 18px;
}

table.atext_table_style_1 td {
    line-height: 1.5em;
    vertical-align: top;
    color: #000;
    padding: 10px;
    border: 0;
    border-left: 1px solid #DDD;
    text-align: left;
    font-weight: normal;
	font-size: 17px;
}

table.atext_table_style_1 td:first-child {
    border-left: none;
}

table.atext_table_style_1 td a {
    color: #f43f00 !important;
    font-weight: bold;
}

/**
*
* TABLE STYLE 2
*
************************************************/

table.atext_table_style_2 {
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin: 0 0 1em;
    border: 0;
    border-collapse: collapse;
    font-family: Open Sans;
    font-size: 14px;
    color: #414141;
    font-weight: 400;
}

table.atext_table_style_2 caption {
    line-height: 1.5em;
    color: #FFF !important;
    text-align: center;
    padding: 0.8em;
    background: #0a7eb7;
    font-weight: bold;
	font-size: 15px;
}

table.atext_table_style_2 tr {
    background: #FFF;
    border: 1px solid #c7c7c7;
}

table.atext_table_style_2 td {
    line-height: 1em;
    vertical-align: top;
    padding: 10px;
    border-left: 1px solid #DDD;
    text-align: left;
    font-weight: normal;
	line-height: 1.6;
	font-family: Open Sans;
    font-size: 16px;
}

table.atext_table_style_2 td:first-child {
    border-left: none;
}

table.atext_table_style_2 td a {
    color: #f43f00 !important;
    font-weight: bold;
}