@charset "utf-8"; nav{width:auto;display:flex}nav ul{padding-left:0;margin-top:0;margin-bottom:0;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-end}nav li{display:inline-block}nav li a{color:#004de6;text-decoration:none;font-size:18px;font-weight:bold;display:inline-block;float:center;padding-top:10px;padding-right:2px;padding-left:2px;padding-bottom:5px;margin-left:7px;margin-right:7px;border-bottom:2px solid #4c9cf1;transition:color .3s ease}header{margin-top:50px;margin-bottom:50px;display:flex}header .blog-name{text-decoration:none}#menu-icon{display:none}@media (max-width:480px){header{padding-left:6%;padding-right:6%}}@media (min-width:481px){header{padding-left:12.5%;padding-right:12.5%}}@media (min-width:940px){header{max-width:740px;margin-left:auto;margin-right:auto}}@media (min-width:1060px){header{max-width:1000px;margin-left:auto;margin-right:auto}.franklin-content{width:1000px;margin-left:auto;margin-right:auto}}@media (max-width:760px){header{display:flex}header .blog-name{display:flex;width:auto;padding-bottom:10px}}@media (max-width:500px){header{height:35px;display:flex;align-items:center;justify-content:space-between}header .blog-name{display:flex;flex-wrap:wrap;width:auto;overflow-x:auto}nav{display:flex;justify-content:flex-end;width:auto}nav ul,nav:active ul{display:none;position:absolute;background:#fff;border:1px solid #444;right:50px;top:60px;width:auto;border-radius:4px 0 4px 4px;z-index:1}nav li{text-align:left;display:block;padding:0;margin:0}header li a{border-bottom:none}header li a:hover{border-bottom:none}nav:hover ul{display:flex;flex-direction:column;padding-bottom:10px;align-items:flex-end}#menu-icon{display:inline-block;margin-right:10px;margin-top:5px}}table{line-height:1em;margin-left:auto;margin-right:auto;border-collapse:collapse;text-align:center;margin-bottom:1.5em}tr:first-of-type{background:#eae9f4}tr:first-of-type>th{text-align:center}tr,th,td{padding:10px;border:1px solid lightgray}table tbody tr td{border:1px solid lightgray}