﻿div.parent {
    display: block;
    margin: 30px 7%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    font-size: 0;
}

    div.parent > div.master {
        display: block;
        padding: 20px 20px 20px;
        vertical-align: top;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        color: #939393;
        cursor: context-menu;
    }

.ccol-0,
.ccol-1,
.ccol-2,
.ccol-3,
.ccol-4 {
    border-bottom: 1px solid #e4e4e4;
}

input {
    text-transform: capitalize;
}

div.master > div.slave, div.slave > input {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 27px;
    line-height: 27px;
    margin: 5px -5px 0;
    padding: 7px 5px 3px;
    border: none;
    outline: none;
    color: #555;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    opacity: 0.7;
    transition: all linear 0.3s;
}

.up {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #939393;
}

.down {
    border: none;
    outline: none;
    color: #555;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    opacity: 0.6;
    text-transform: uppercase;
    transition: all linear 0.3s;
}

@media (min-width: 1086px) {
    div .parent > div.master {
        display: inline-block;
    }

    div.parent > div.ccol-4, div.parent > div.ccol-1 {
        height: 95px;
    }

    .ccol-0,
    .ccol-1,
    .ccol-2,
    .ccol-3,
    .ccol-4 {
        box-shadow: 1px 1px #e4e4e4;
        border: none;
    }

    .ccol-0 {
        width: 100%;
    }

    .ccol-1 {
        width: 75%;
    }

    .ccol-2 {
        width: 50%;
    }

    .ccol-3 {
        width: 33.3333333333%;
    }

    .ccol-4 {
        width: 25%;
    }

    .card-img{
        width:30%;
    }
}

@media (max-width: 1085px) {
    div.master > div.slave {
        height: unset;
    }

    table.ver > tbody > tr {
        display: block;
        float: left;
    }

        table.ver > tbody > tr > td {
            display: block;
        }

    .card-img{
        width:inherit
    }
        
}