
/* Front News Entries */
#breakingNews {
    top:685px;
    height: 90px;
}
#discord {
    top: 565px;
    height: 90px;
}
#events-update {
    top: 120px;
    height: 90px;
}
#optimize-update {
    top: 240px;
    height: 295px;
}
#meeting-optimize {
    top: 0px;
    height: 90px;
}

/* Unchanging Items */
.head {
    color: black;

    left: 26%;

    width: 44%;

    padding: 0 20px 10px;

    text-align: center;
}

.content1 {
    position:relative; 
    background-color: #11d656;
    border: solid rgb(255, 214, 51);
    border-width: 5px;
    color: #000;

    top:0;
    left: 0;
    
    width: 74%;
    height: 100%;
    
    padding: 5px;
    text-align: left;
}
.content1_sub {
    position:relative;
    background-color: #11d656;
    border: solid rgb(255, 214, 51);
    border-width: 5px;
    color: #000;
    
    right: 0;

    height: 100%;

    padding: 5px;
    text-align: left;
    float: right;
}

.content2 {
    position:relative; 
    background-color: #6cc7db;
    border: solid rgb(255, 214, 51);
    border-width: 5px;
    color: #000;
    
    top:0;
    left: 26%;
    
    width: 70%;
    height: 100%;

    padding: 5px;
    text-align: right;
}
.content2_sub {
    position: relative;
    background-color: #6cc7db;
    border: solid rgb(255, 214, 51);
    border-width: 5px;
    color: #000;
    
    transform: translateY(-100%);
    left: 0;

    width: 20%;
    height: 100%;

    padding: 5px;
    text-align: right;
}

.front-news-item {
    position: absolute;
    
    left:0;
    right:0;
    bottom:0;

    font-size:22px; 
}

/* Changing Items */

#quick-news-slot {
    position:absolute;
    background-color: rgb(28, 28, 28);
    border-width: 0;

    top:55%;
    left:26%;
    
    width:47%;
    height:880px;
    
    padding: 0;
    z-index: 0;
}