#skills{
    margin-top: 40px;
}

.skillsholder{
    font-family: var(--main-font-family);
    line-height: 1.5;
    font-size: 1.2em;
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
}

.skillsholder table{
    width: 100%;
}

.skillsholder table td{
    padding: 20px;
    border-top: 5px solid var(--main-nav-color);
    text-align: left;
    width: calc(100% - 40px);
}

.skillsholder table .leftpane{
    width:30%;
}

.skillsholder li{
    float: left;
    margin-right: 10px;
    margin-bottom:5px;
    padding: 7px;
    color: black;
    border-radius: 10px;
    background: lightblue;
    list-style-type: none;
}

@media only screen and (max-width : 1200px) 
{
    .skillsholder table .leftpane{
        width:70%;
    }
}