.drive, .service {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.34);
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.34);
    -moz-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.34);
    margin-right: 20px;
    background-color: white;
}

.drive {
    margin-top: 20px;
    width: 400px;
    height: 200px;
}

.service {
    margin-top: 10px;
    height: 25px;
    width: 150px;
}

.service-details {
    font-weight: bolder;
}

.service-details.down {
    color: darkred;
}

.service-details.up {
    color: darkgreen;
}

.service-details img {
    margin-left: 20px;
    height: 15px;
    margin-bottom: -3px;
}

.mediaGraph {
    margin-left: 50px;
    width: 200px;
}

.container {
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
}

body {
    background-color: #ebebeb;
    font-family: Helvetica, sans-serif;
}

.header-div {
    display: flex;
    align-items: center;
}

.header-div img {
    display: inline-block;
    height: 64px;
    margin-right: 10px;
}

.services .header-div {
    margin-bottom: 20px;
}
