﻿.tablewhite {
	background-color: #ffffff;
    border: 1px solid #a8adaf;
}

.tablewhitelist {
	background-color: #ffffff;
    border-collapse: collapse;
    border: 1px solid #a8adaf;
}

.tableheader {
	font-family:Webfont,Arial,Verdana,Helvetica,sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #3b454c;
	background-color: #ffffff;
	vertical-align: middle;
	padding: 5px;
}

.tablebody {
	font-family: Arial,Verdana,Helvetica,sans-serif;
    font-weight: 400;
	font-size: 13px;
	color: #3b454c;
    background-color: #ffffff;
	vertical-align: top;
	padding: 5px;
}

.textmessage {
    font-family: Webfont, Arial, Helvetica, sans-serif;
	font-size: 13px;
    font-weight:500;
	color: #000000;
}

.textmessagelarge {
    font-family: Webfont, Arial, Helvetica, sans-serif;
	font-size: 16px;
    font-weight:500;
	color: #000000;
}

@media screen and (min-width: 700px) {
    .main-table {
        width: 605px;
    }

    .inside-table {
        width: 575px;
    }

    .popup-text {
        left: 60px;
        width: 490px;
    }

    .text-pos {
        left: 95px;
    }

    .button-pos {
        left:320px;
    }
}

@media screen and (min-width: 560px) and (max-width: 700px) {
    .main-table {
        width: 505px;
    }

    .inside-table {
        width: 475px;
    }

    .popup-text {
        left: 30px;
        width: 450px;
    }

    .text-pos {
        left: 60px;
    }

    .button-pos {
        left: 265px;
    }
}

@media screen and (max-width: 560px) {
    .main-table {
        width: 405px;
    }

    .inside-table {
        width: 375px;
    }

    .popup-text {
        left: 20px;
        width: 366px;
    }

    .text-pos {
        left: 20px;
    }

    .button-pos {
        left:205px;
    }
}
