

nav.games-nav{
    padding-right: 20px;
    max-width: 370px;
}

nav.games-nav a{
    display: inline-block;
    width: 350px;
    padding: 10px;
    border: 1px solid #357535;
    background-color: #357535;
    color: #FFF;
    text-decoration: none;
    margin-bottom: 10px;
}



section.build-list .build-item{
    width: 100%;
    margin-bottom: 10px;
}

.build-item .title{
    width: 100%;
    font-size: 25px;
    color: #77abed;
}

.build-item .dsc{
    width: 100%;
    font-size: 20px;
    color: #77abed;  
}


section.note-list-full{
    display: none;
}


.note-dsc{
    font-size: 20px;
    padding-bottom: 10px;
    color: #77abed;
}


.note-meta{
    padding: 5px;
    font-size: 20px;
    border: 1px solid #77abed;
    margin-bottom: 10px;
    display: flex;
}


.note-meta-left{
    padding-right: 10px;
    width: 50%;
}

.note-meta-right{
    width: 50%;
}


.note-items{
    padding: 5px;
    font-size: 20px;
    margin-bottom: 10px;
}


.note-header{
    font-size: 30px;
    padding-bottom: 5px;
    color: #77abed;
}


.note-item{
    display: flex;
    width: 100%;
    margin-bottom: 20px;
       
}

.note-item-meta{
    width: 30%;
}

.note-item-cont{
    padding-left: 10px;
    width: 70%;
    color: #77abed;    
}


/* icon colors */
.gnic{
    color: #bd90e4;
}
