body {
    background-color: #051224;
    color: whitesmoke;
    max-width: 100%;
    overflow-x: hidden;
}

#app_{
    max-width: 100%;
    overflow-x: hidden;
}

.header {
    width: 98%;
    height: 10%;
    position: absolute;
    font-size: 80%;
    left: 15px;
    top: -1%;
    max-width: 100%;
    overflow-x: hidden;
}
h1 {
    color:orange;
}
h2 {
    float:right;
    position: absolute;
    top: 6.75px;
    left:40px;
    color: lightblue;
}
.part1-1 {
    background-color: lightslategray;
    width: 4px;
    height: 22px;
    top:22px;
    left: 150px;
    position: absolute;
    border-radius: 3px;
}
.part2-1{
    width: 60%;
    height: 22px;
    top:22px;
    left: 160px;
    position: absolute;
    overflow: hidden;
    border-radius: 3px;
}
.part2-2 {
    background-color: lightslategray;
    width: 50px;
    height: 30px;
    position: absolute;
    top: -4px;
    left: -30px;
    transform: skewY(-45deg);
}

.units {
    background-color: #030F1D;
    width: 200px;
    position: absolute;
    top: 50px;
    left: 10px;
    border-radius: 10px;
}
.unit {
    color: rgb(5, 7, 20);
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: lightslategray;
    width: 90%;
    left:5%;
    position: relative;
    height: 30px;
    border-radius: 10px;
}
h5, h4{
    top: 5px;
    position: relative;
    display:inline;
    margin-left: 5px;
}
h4{
    margin-left: 20px;
}


.calls{
    background-color: #030F1D;
    width: 78%;
    height: 90%;;
    position: absolute;
    top: 50px;
    left: 250px;
    border-radius: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.call{
    width: 98%;
    height: 110px;
    color: black;
    margin-bottom: 1%;
    margin-top: 1%;
    position: relative;
    left:0.9%;
    background-color: lightslategray;
    border-radius: 5px;
    border: 1px;
    border-style: solid;
}

.call-title {
    width: 100%;
    height: 60px;
    margin: 10px;
    position: relative;
    left: 10px;
    overflow: hidden;
}
.call-icon {
    width:20px;
    height:20px;
    float: left;
}
.call-alias, .call-agency, .call-time, .call-time-rel{
    float: left;
    margin-left: 10px;
    top: -18px;
    position: relative;
}

.bar{
    width: 10px;
    height: 100px;
    top: 5px;
    border-radius: 10px;
    position:absolute;
}

.call-time, .call-time-rel {
    overflow: hidden;
    white-space: nowrap;
}

.call-info {
    width: 100%;
    height: 60px;
    margin: 10px;
    position: relative;
    right: 20px;
}
.call-alias-id, .call-id, .call-source, .call-map{
    float: right;
    margin-left: 10px;
    top: -90px;
    position: relative;
}

.call-map {
    top: -75px;
    right: 4px;
}

.call-details {
    width: 95%;
    overflow: hidden;
    height: 80px;
    margin: 10px;
    position: relative;
    left: 10px;
    top: -120px;
}

@media only screen and (max-width: 1120px) and (min-width: 990px) {
    .calls {
        max-width: 70%;
    }
}

@media screen and (max-width: 1150px) {
    .call-alias-id{
        display: none;
    }
    .call-id{
        display: none;
    }
    .call-map-m {
        display: block;
    }
    /*.call-map-s{
        display: none;
    }*/
}

@media screen and (min-width: 1150px) {
    .call-map-m {
        display: none;
    }
    .call-map-s {
        display: block;
    }
}

@media only screen and (max-width: 990px) {
    .call-source {
        display: none;
    }
}

@media only screen and (max-width: 990px) {
    .units {
        top: 920px;
        left: 28%;
    }
    .calls{
        left: 10%;
    }
    .call-details{
        position: absolute;
        top: 15px;
    }
    .call-agency{
        display: none;
    }
}
@media only screen and (max-width: 460px) {
    .call-icon{
        display: none;
    }
    .call-title {
        left: 0px;
        white-space: nowrap;
    }
    .call-details{
        width: 90%;
    }
}

@media only screen and (max-width: 600px) {
    .calls{
        width: 93%;
        left: 10px;
    }
    body{
        overflow-x: hidden;
        overflow-y: hidden;
    }
    #app_{
        overflow-x: hidden;
        overflow-y: hidden;
    }
    .header{
        overflow-x: hidden;
        overflow-y: visible;
    }
}

@media only screen and (max-width: 416px) {
    .call-alias{
        display: none;
        white-space: nowrap;
    }
    .call-time-rel {
        display: none;
    }
}

@media only screen and (max-width: 281px) {
    .bar {
        display: none;
    }
    .call-details{
        left: 0px;
    }
}