.pressure-loss-area {
    background-color: #cccccc;
    width: 1080px;
    height: 680px;
    margin: 0 auto;
    position: relative;
    padding-top: 75px;
}

.press-loss-uom {
    position: absolute;
    top: 5px;
    right: 5px;
    width: auto;
}

.pressure-loss-image {
    height: 100%;
    width: 100%;
}

.press-loss-field {
    position: absolute;
    width: 150px;
    font-weight: bold;
}

.press-loss-vertical-rise {
    left: 60px;
    top: 35px;
}

.press-loss-line-id {
    left: 320px;
    top: 35px;
}

.press-loss-line-length {
    left: 520px;
    top: 35px;
    width: 250px;
}

.press-loss-fluid-dispense {
    left: 600px;
    top: 190px;
    width: 200px;
}

.press-loss-fluid {
    border-style: solid;
    padding: 5px;
    left: 360px;
    top: 370px;
    width: 200px;
}

.press-loss-results {
    border-style: solid;
    padding: 5px;
    left: 570px;
    top: 370px;
    width: 200px;
}

.line-vertical {
    width: 2px;
    height: 490px;
    float: left;
    top: 129px;
    left: 45px;
}

.line-horizontal {
    height: 2px; 
    width: 400px; 
    top: 118px;
    left: 45px;
}

.line-vertical, .line-horizontal {
    position: absolute;
    background: red;
}
.arrow-up:after,
.arrow-down:before,
.arrow-left:after,
.arrow-right:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border: 5px solid transparent;
}

.arrow-up:after,
.arrow-down:before {
    left: -4px;
}
.arrow-up:after {
    top: -15px;
    border-bottom: 15px solid red;
}
.arrow-down:before {
    bottom: -15px;
    border-top: 15px solid red;
}

.circle {
    position: absolute;
    border:2px solid red;    
    height:50px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width:50px;
    left: 815px;
    top: 250px;
}

.modal-dialog {
    max-width: 70%;
}

.press-table th {
    border: 1px solid black;
    text-align: center;
    padding: 5px 0px;
}

.press-table td {
    border: 1px solid black;
    text-align: center;
    padding: 5px 0px;
}

.press-border-bottom {
    border-bottom: 5px solid black;
}

@media only screen and (max-width: 1080px) {  

    .press-loss-uom {
        position: relative;
    }

    .pressure-loss-area {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: relative;
        padding-top: 25px;
    }

    .pressure-loss-image {
        height: unset;
        width: 100%;
    }

    .press-loss-field, .press-loss-image-fields {
        position: relative;
        width: 100%;
        font-weight: bold;
        top: unset;
        left: unset;
        margin-left: unset;
    }

    .line-horizontal, .line-vertical, .circle {
        display: none;
    }

    .press-loss-image-fields, .press-loss-results, .press-loss-fluid {
        border-style: solid;
        padding: 5px;
        margin: 0 auto;
        margin-bottom: 10px;
        width: 250px;
    }

    .press-loss-field-box {
        display: flex;
        flex-wrap: wrap;
    }
}

#press-table-link {
    display: inline-block;
    position: relative;
    padding: 0px 35px 0px 0px;
}

@media only screen and (max-width: 685px) {  
    #press-table-link {
        pointer-events: none !important;
        cursor: default !important;
        text-decoration: none !important;
        color: black !important;
    }
}