/* Enter Your Custom CSS Here */
div.sub_title { width: 100%; text-align: center; font-size: 24px; font-weight: bold; color: #F00 }
div.issue_sub_date { width: 100%; text-align: center; font-size: 16px; font-weight: bold; color: #666; padding: 15px 0px 0 0; }
div.sub_box_container { width: 100%; margin-left: auto; margin-right: auto; text-align: center }
div.sub_box_container ul { list-style: none !important; }
div.sub_box_container ul li { display: inline-block; width: 360px; border-radius: 10px; box-shadow: 1px 1px 1px #ccc; border: 1px solid #ccc; word-break: break-strict; font-size: 16px; text-align: center; background-color: #FFF; overflow: hidden; margin: 0px 12px 15px 12px; vertical-align: middle; }
div.sub_box_container ul li a { padding: 10px; display: block; color: #4E75B9; text-decoration: none; font-weight: bold }
div.sub_box_container ul li a:hover { background: #f6f6f6; transition: background 0.2s ease; color: #333; transition: color 0.5s ease-out; overflow: hidden }
div.left_sub_box a,
div.right_sub_box a { padding: 10px; display: block; color: #4E75B9; text-decoration: none; font-weight: bold }
div.left_sub_box a:hover,
div.right_sub_box a:hover { background: #f6f6f6; transition: background 0.2s ease; color: #333; transition: color 0.5s ease-out; overflow: hidden }
p.sub_text_cont { width: 100%; text-align: left; font-size: 16px; }
p.sub_text_cont a { color: #0000FF; text-decoration: none; }
p.sub_text_cont a:hover { color: #666; transition: color .2s ease }
.hrline { margin: 25px 0px; height: 2px; background-color: #F00; }