﻿/*
Extension to w3.css by QED-informatica applicata
*/

.w3-fifth, .w3-5th {
    float: left;
    width: 100%;
}

@media (min-width:601px) {
    .w3-fifth, .w3-5th {
        width: 19.9999%
    }
}

.w3-sixth, .w3-6th {
    float: left;
    width: 100%;
}

@media (min-width:601px) {
    .w3-sixth, .w3-6th {
        width: 16.6665%
    }
}


.w3-topline {
    border-top: 3px solid #ccc !important
}

.w3-bottomline {
    border-bottom: 3px solid #ccc !important
}

.w3-leftline {
    border-left: 3px solid #ccc !important
}

.w3-rightline {
    border-right: 3px solid #ccc !important
}