/* CHANGELOGS */
	
.changelogs {padding:0; box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.5); font-family: "Calibri";}
        
    table.changes-list {
        border-spacing:0px;
        border-collapse:collapse;
        text-align:left;
        width:100%;
        }
        
        table.changes-list tr {padding:8px 0; display:block; border-bottom: dotted 1px #090908;}
            table.changes-list tr:last-child { border: none;}
            table.changes-list tr:nth-child(even) { background:rgba(0, 0, 0, 0.25);}
            table.changes-list tr:nth-child(odd) { background:rgba(0, 0, 0, 0.4);}
        
        table.changes-list tr td {
            vertical-align:top;
            color:#42403d;
            text-shadow:0 0 3px rgba(0,0,0,.5);
            }
            table.changes-list tr td.Website { width:80px; padding:0 0 0 9px; font-weight:bold; color: var(--main-text-color); border-right: dotted 1px #282623; text-align: center;}
            table.changes-list tr td.Server { width:80px; padding:0 0 0 9px; font-weight:bold; color: var(--main-text-color); border-right: dotted 1px #282623; text-align: center;}
            table.changes-list tr td.date { width:130px; padding:0 4px 0 4px; border-right: dotted 1px #282623; color:#595652; text-align: center;}
            table.changes-list tr td.info { padding:0 9px 0 9px; color:var(--secondary-text-color);}