/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4.3.2019, 18:28:13
    Author     : Jakub
*/

#expert-content * {
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
}

#expert-content #table-expert {
    border:0 !important;
    margin: 0;
    width:100%;
}

#expert-content #table-expert td {
    border:0 !important;
}

#expert-content h3 {
    font-weight: 500;
    color: #3399ff;
    font-size: 166%;
    line-height: 1.3rem;
    margin-top: 1rem;
}

#expert-content hr {
    margin: 1rem 0;
}

#expert-content img {
    width:auto !important;
    max-width: 100%; 
    height: auto;
}