.border {
list-style: none;
padding: 0;
}
.border li {
font-family: "Arial", "Helvetica";
padding: 7px 20px;
margin-bottom: 10px;
border-radius: 0px;
border-left: 10px solid #325e79; 
box-shadow: 2px -2px 5px 0 rgba(0,0,0,.1),
     -2px -2px 5px 0 rgba(0,0,0,.1),
    2px 2px 5px 0 rgba(0,0,0,.1),
    -2px 2px 5px 0 rgba(0,0,0,.1);
font-size: 16px;
letter-spacing: 0px;
transition: 0.3s all linear;
}
.border li:nth-child(2){border-color: #325e79;}
.border li:nth-child(3){border-color: #325e79;}
.border li:nth-child(4){border-color: #325e79;}
.border li:nth-child(5){border-color: #325e79;}
.border li:hover {border-left: 10px solid transparent;}
.border li:nth-child(1):hover {border-right: 10px solid #325e79;}
.border li:nth-child(2):hover {border-right: 10px solid #325e79;}
.border li:nth-child(3):hover {border-right: 10px solid #325e79;}
.border li:nth-child(4):hover {border-right: 10px solid #325e79;}
.border li:nth-child(5):hover {border-right: 10px solid #325e79;}