table th {
    text-align: center;
	font-size:13px;
}

table td {
    text-align: left;
	font-size:13px;
}

table.layout {
    border-collapse: collapse;
    width: 100%;
}

table.display {
    margin: 1em 0;
}

table.display th,
table.display td {
    border: 1px solid #B3BFAA;
    padding: 0.5em ;
}

table.display th {
    background: #D5E0CC;
}

table.display td {
    background: #fff;
}

table.responsive-table {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 30em) {
    table.responsive-table {
        box-shadow: none;
    }
    table.responsive-table thead {
        display: none;
    }
    
    table.display th,
    table.display td {
        padding: 0.5em;
    }
    
    table.responsive-table td:nth-child(1):before {
        content: '장비명';
    }
    
    table.responsive-table td:nth-child(2):before {
        content: '수량';
    }

	table.responsive-table td:nth-child(3):before {
        content: '장비사진';
    }

	table.responsive-table td:nth-child(4):before {
        content: '용도';
    }

	    
    table.responsive-table td:nth-child(1),
	table.responsive-table td:nth-child(2),
	table.responsive-table td:nth-child(3),
	table.responsive-table td:nth-child(4){
        padding-left: 25%;
    }
    
    table.responsive-table td:nth-child(1):before,
	table.responsive-table td:nth-child(2):before,
	table.responsive-table td:nth-child(3):before,
	table.responsive-table td:nth-child(4):before{
        font-weight: bold;
        left: 0.5em;
        position: absolute;
    }
    
    table.responsive-table tr,
    table.responsive-table td {
        display: block;
    }
    
    table.responsive-table tr {
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
        margin-bottom: 1em;
        position: relative;
    }
    
    table.responsive-table td {
        border-top: none;
    }
    
    table.responsive-table td.organisationnumber {
        background: #F5F5F5;
        border-top: 1px solid #B3BFAA;
    }
    
    table.responsive-table td.actions {
        background: none;
        border: none;
        position: absolute;
        right: 0;
        top: 0;
    }
}