#post{
    margin-right: 15px;
    padding: 15px;
    border: solid;
    border-radius: 25px;
}

#copyright{
    float:left;
    padding-top: 10px;
    padding-left: 5px;
    font-weight: bold;
}

#badges{
    text-align: right;
    padding-top: 3px;
    padding-right: 10px;
}

#badge_link{
    text-decoration:none;
}

#badge{
    height:30px;
    width:30px;
}

#coffee{
    width:30px;
    height:25px;
    margin-bottom:-6px;
    border-top-width:2px
}

#theheader{
    /* border:1px solid #bbb; */
    width: 100%;
    background:white;
}

#logodiv{
    padding-top:5px;
    width:25%;
    text-align: center;
    background-image: url("/contents/IMG/banner_green.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height:70px;
    /* background-color:#00CCFF; */
    /* float:left; */
    flex: 1;
    /* height: 100%; */
}

#demo{
    width:98%;
}

#logo{
    width:180px;
    height:65px;
    padding-left:10px;
    float:left;
    mix-blend-mode: screen;
    /*-webkit-filter: invert(1);*/
}

html{
    background-color:black;
}

body{
    padding: 10px;
    max-width: 1000px;
    margin: 0 auto;
}

#content{
    display: flex;
    background-color:white;
}

ul.bodylist{
    list-style-type: none;
    font-family: Garamond,Georgia,"Bitstream Charter",serif;
}

ul.bodylist li a {
    text-decoration: none;
    color: #0366d6;
    font-family: Garamond,Georgia,"Bitstream Charter",serif;
}


#projectTitle{
    text-decoration: none;
    color: #0366d6;
}

#stats{
    width:25%;
    text-align: left;
    padding-left:5px;
    background-color:#00CCFF;
    /* float:left; */
    flex: 1;
    /* height: 100%; */
}

.statsDate{
    text-decoration: underline;
}

.statsNum{
    color:white;
    font-weight: bold;
}

.statTitle{
    text-align: center;
}

#main_content{
    width:100%;
    padding-left:10px;
    padding-bottom:5px;
    /* border:1px solid black; */
    /* background-color:#33FF99; */
    /* float:right; */
    /* flex: 1; */
    /* height: 100%; */
}

#main_content_project{
    width:75%;
    padding-left:10px;
    padding-bottom:5px;
    /* border:1px solid black; */
    /* background-color:#33FF99; */
    /* float:right; */
    flex: 1;
    /* height: 100%; */
}

#thefooter{
    /* clear: both; */
    border-top:1px solid #bbb;
    width: 100%;
    background:white;
}

#footer_text{
    float: left;
    margin-left: 15px;
    margin-top: 10px;
    color: black;
    text-decoration: none;
}

/* ------------------NEWS------------------ */
.news{
    font-family: Garamond,Georgia,"Bitstream Charter",serif;
}

.newsTitle{
    color:#414042;
    margin-bottom:1px;
}

.newsTime{
    color:orange;
    font-weight: bold;
}

.newsText{
    font-family: Garamond,Georgia,"Bitstream Charter",serif;
}

/* ------------------MENU------------------ */
#nav_bar{
    width:100%;
    /* width:75%; */
    /* padding-left:10px; */
}

ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left:-10px;
    /* padding-top:10px; */
    /* margin-high:-10px; */
    overflow: hidden;
    background-color: #333;
}

ul.topnav li {
    float: left;
    /* padding-left:2px; */
}

ul.topnav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    /* padding: 20px 20px; */
    text-decoration: none;
}

ul.topnav li a:hover:not(.active) {background-color: #111;}

ul.topnav li a.active {background-color: #4CAF50;}

ul.topnav li.right {float: right;}

/* -------------table------------------ */
table, th, td {
    border: 1px solid black;
}

table {
    border-collapse: collapse;
    border: 2px solid rgb(140 140 140);
    font-family: sans-serif;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

caption {
    caption-side: bottom;
    padding: 10px;
    font-weight: bold;
}

thead,
tfoot {
    background-color: rgb(228 240 245);
    text-align: center;
}

th,
td {
    border: 1px solid rgb(160 160 160);
    padding: 8px 10px;
}

tbody > tr:nth-of-type(even) {
    background-color: rgb(237 238 242);
}

tbody th {
    text-align: left;
}

/* Responsive style when the screen size is lower than 600px */
@media screen and (max-width: 600px) {
    ul.topnav li.right,
    ul.topnav li {float: none;}
    .newsText {margin-right: 15px;}
    .hide { display: none; }
    #thefooter { padding-bottom: inherit;}
    #footer_text { margin-top: auto;}
}
