.erik-table{
        margin: auto;
        max-width: 100vw;
        width: 1000px;
        border-spacing: 0;
        border: 0 none #fff;
    }

   .erik-table tr{
        background-color: #ffe5cc;
    }
   .erik-table th{
        background-color:  #ff8c1a;
        color: #111;
        cursor: pointer;
        padding: 2px 0;
        text-align: center;
    }
   .erik-table tr:nth-child(odd) td{
        background-color: rgba(180, 120, 0, 0.1);
    }
    
  .erik-table td{
        text-align: center;
    }
 .erik-table td:nth-child(1){
        text-align: right;
        padding-right: 5px;
    }
 .erik-table td:nth-child(2){
        text-align: left;
        padding-left: 6px;
    }
.erik-table td:nth-child(odd) {
        background-color: #fff2e6
    }
@media (max-width: 767px) {
 .erik-table td:nth-child(1){display:none;}
 .erik-table th:nth-child(1){display:none;}
 .erik-table td:nth-child(8){display:none;}
 .erik-table th:nth-child(8){display:none;}
}
    .andreas-button {
        background-color: #ff8c1a;
        /* Orange */
        border: none;
        color: white;
        padding: 16px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        transition-duration: 0.4s;
        cursor: pointer;
        border-radius: 8px;
    }

    .andreas-button1 {
        background-color: white;
        color: black;
        border: 2px solid #ff8c1a;
    }

    .andreas-button1:hover {
        background-color: #ff8c1a;
        color: white;
    }

.andreas-desktop {display: block;}
.andreas-mobile {display: none;}

#prestablogfront li {font-size: 14px;}

@media screen and (max-width: 768px) {

.andreas-desktop {display: none;}
.andreas-mobile {display: block;}
}