.phc {
    display: inline-block;
    box-shadow: 0 0 0.1rem #04690b;
    width: 250px;
    height: 125px;
    margin: 5px;
    border-radius: 5px;
    position: relative;
    background-color: black;
}
.phc-left {
    width: 100px;
    height: 125px;
    display: inline-block;
    position: absolute;
    background-color: navajowhite;
    left: 0;
}
.candidate-pic {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: navajowhite;
    left: 0;
}
.phc-left>img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px double floralwhite;
    margin: 10px 5px;
}
.candidate-pic>img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px double floralwhite;
    margin: 5px;
}
.phc-right {
    width: 140px;
    height: 125px;
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    left: 105px;
}
.phc-r-candidate {
    text-align: center;
    font-size: 14px;
    font-family: cursive;
    color: antiquewhite;
    height: 30px;
}
#Presidential {
    overflow-y: auto;
    text-align: center;
}
.phc-r-party {
    text-align: center;
    color: darkmagenta;
    font-family: monospace;
}
.phc-r-stat {
    position: relative;
    height: 80px;
}
.phc-r-s-num {
    display: inline-block;
    text-align: center;
    padding: 5px;
    font-size: 24px;
    font-family: math;
    width: 140px;
    color: aqua;
}
.phc-r-s-ps {
    font-size: larger;
    border: 1px solid grey;
    padding: 5px;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: aliceblue;
}