.device_container {
    width: 100%;
}

.device {
    display: inline-block;
}
.device_inner {

    background-color: lightgrey;
    width: 300px;
    height: 130px;
    padding: 5px;
    margin:10px;
    border-radius:25px 0px 0px 0;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}

.left {
    height: 100%;
    position: relative;
}

.left .gps {
    position: absolute;
    top:0;
    left:0;
}

.left .last_update {
    position: absolute;
    bottom:0;
    left:0;
}

.mid .time {
    font-size: 25px;
    font-weight: bold;
    background-color: #FFF;
    border-radius: 5px;
    padding: 5px 15px;
    margin: 5px 0;
}
.mid:hover {
    cursor:pointer;
}

.right {
    position: relative;
}

.right .status {
    position:absolute;
    right:25px;
    top:-25px;;
}