/* Condis Styles */
.main_body {
    margin: 0;
}

.header_webchat {
    width: 100%;
    height: 100pt;
    background-repeat: no-repeat;
    background-size: cover;
}

.header_contacta {
    background-image: url("./img/contactWebChatBanner.png");
}

.header_encargos {
    background-image: url("./img/ordersWebChatBanner.png");
}

.main_content {
    width: 100%;
    text-align: center;
}

.main_text {
    width: 100%;
    height: 50pt;    
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
}

.color_contacta {
    color: #336680;
}

.color_encargos{
    color: #336680;
}

.schedule_table {
    width: 100%;
    padding: 0em 2em 0em 2em;
}

.schedule_row {

    text-align: left;
}

.schedule_header {

    font-family: 'Roboto', sans-serif;
}

.schedule_data {

    text-align: left;
    font-family: 'Roboto', sans-serif;
}