/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23-Feb-2019, 14:34:06
    Author     : Daniel
*/

.card-columns {
        column-count: 1;
    }

.container.spares .card{
    margin: 0;
    border: none;
    border-radius: none;
    display: inline;
}
.container.spares .card p{
    margin: 0;
    font-size: small;
}

.category{
    line-height: 1em;
    margin-top: 1em;
    font-weight: bold;
       
}
.category p{
    text-transform: capitalize;
}
.category.first{
    line-height: 1em;
    margin-top: 0;
       
}
.models_cats .category{
    margin-top: initial;
}

#partdetail{
    width:75%;
    display: inline-block;
}

#partimage{
    width:25%;
    display: inline-block;
    vertical-align: top;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 3;
    }
}

