body {
    background-color: #f4f6f9;
}

body div.wrapper, body div.wrapper div.content-wrapper {
    background-color: #fff;
}

h5{
    font-size: 1.1rem;
}

p {
    margin-bottom: .3rem;
}

a{
    color: #E75D23 !important;
}
a:hover, a i:hover {
    text-decoration: underline;
}

a i small{
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

#candidate-dashboard-text-div, #countdown-div, #evalang-promotion, #invoice-div {
    padding: 1.5rem;
    border: 5px solid #E75D23;
    margin: 2rem auto;
    margin-top: .5rem;
}

tr th:not(:first-child) {
    background: #E75D23;
    color: #fff;
}

#exam-center-docs a {
    color: black;
}

.border-y {
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
}

.big_icon{
    font-size: 1.4rem;
    vertical-align: top;
}
/*candidate client side pdf*/
[data-name="generate-real-pdf"] {cursor: pointer;}
#dashboard-powered-logo {max-width: 12rem;}
#candidate-dashboard-center-logo {max-width: 12rem;margin-right: 10px;}