* {
    box-sizing: border-box;
}

.menu {
    width: 4%;
    float: left;
    padding: 10px;
}

.font {
    font-size: 18px;
    font-family: 'Quicksand', sans-serif;	
}

.small {
    font-size: 13px;
    font-family: 'Quicksand', sans-serif;	

}
.main {
    width: 96%;
    float: left;
    padding: 10px;
}

.footer {
    position: fixed;
    bottom: 5px;
    text-align: center;
}

.table {
    border: 0;	
}

.list {
    list-style-type: square;
}

/*
a {
    color:slategray;
}

h3, h2 {
    color:slategray;
}

.active {
    background-color: slategray;
    color: white;
    padding: 16px 16px;
}

.comment {
    color: green;
}

.desktopcontent {
    max-width: 55%;
    margin: auto;
}

.mobilecontent {
    max-width: 100%;
    margin: auto;
}

*/
