.right {
 background-image: linear-gradient(to left, #000, #000, #000, #000, #212121);
 border-left: 1px solid #777777;
 width: 195px;
 overflow: hidden;
 display: flex;
 flex-direction: column;
 align-items: center; 
}
.right .updatebox {
 width: 185px;
 height: auto;
 text-align: center;
 display: flex;
 flex-direction: column;
 align-items: center;
}
.right .updatebox h1 {
 background-image: linear-gradient(to bottom, #fff, #fff, #777777);
 border-radius: 2px;
 border: 1px #777777 solid;
 color: black;
 font-family: serif; 
 font-variant: small-caps;
 padding: 7px;
 width: 150px;
}
.right .updatebox hr {
 width: 165px;
}
.right .updatebox p {
 width: 145px;
 border: 1px #777777 solid;
 background: #000;
 font-size: 11px;
 padding: 10px;
 text-align: left;
}
.right .gray {
 background-color: #414141;
 height: 30px;
 width: 200px;
}
.right .associates {
 width: 185px;
 text-align: center;
 display: flex;
 flex-direction: column;
 align-items: center;
 margin-top: 15px;
 margin-bottom: 25px;
}
.right .associates h1 {
 font-family: serif; 
 font-variant: small-caps; 
}
.right .associates hr {
 width: 165px;
}
.right .associates p {
 width: 145px;
 font-size: 11px;
 padding: 10px;
 text-align: left;
}
.right .associates img {
 width: 150px; 
}
.right .blinks {
 width: 150px;
 margin: 5px;
}










