﻿/*@backgroundColour2:#CC455B; old red*/
/*@backgroundColour1: #AEB0B4;
@backgroundColour2:#47494C;*/
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: white;
    font-size: 26px;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

label {
    font-size: 16px;
    font-weight: bold;
    color: Orange;
    padding-right: 2px;
}

.value {
    color: white;
    font-weight: normal;
    font-size: large;
}

.valueBig {
    padding-left: 10px;
    font-size: 26px;
    color: white;
}

a,
a:hover,
a:focus {
    color: whitesmoke;
}

td a {
    text-decoration: underline;
}

a {
    text-decoration: underline;
}

.navbar-brand,
ul a {
    text-decoration: none;
}

.error {
    color: red;
}

body {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.42857143;
}

p {
    font-size: 17px;
    line-height: 1;
}

.export-col-info {
    font-size: 1.5rem;
}

.export-call-data-title {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
