.story_name {
   font-family: Arial;
   font-size: 12px;
   font-weight: bold;
}

.story_military_branch {
   font-family: Impact;
   font-size: 14px;
   text-decoration: underline;
   letter-spacing: 1px;
   text-align: center;
}

.story_container {
   padding-top: 4px;
   padding-right: 4px;
   padding-bottom: 4px;
   padding-left: 4px;
   border: 3px solid #1200E0;
   float: inherit;
   display: inline-block;
   width: 400px;
   height: 400px;
}

.story_img_container {
   display: block;
   visibility: visible;
}

