#mt-document-storage{}

    #mt-document-storage .mt-document-storage-header{
        background-color: black;
        border-bottom: 1px solid yellow;
    }

        #mt-document-storage .mt-cross:first-child .mt-document-storage-header{
            margin-top: 0!important;
        }

        #mt-document-storage .mt-document-storage-header h4{
            font-weight: 700;
            color:#ffffff;
        }

        #mt-document-storage .mt-document-storage-header .mt-lead p{
            opacity: 0.8;
            font-weight: 400;
            font-size: .8rem;
            color:#ffffff;
            font-style: italic;
        }

    #mt-document-storage .mt-document-storage-content{}

        #mt-document-storage .mt-document-storage-content table th,
        #mt-document-storage .mt-document-storage-content table td,
        #mt-document-storage .mt-document-storage-content table td a{
            font-size: 0.8rem;
        }

        #mt-document-storage .mt-document-storage-content table td{
            padding: 10px;
        }

            #mt-document-storage .mt-document-storage-content table td svg{
                width: 15px;
                height: 20px;
            }

        #mt-document-storage .mt-document-storage-content table td:nth-child(2){
            text-align: center;
        }

            #mt-document-storage .mt-document-storage-content table td:nth-child(2) i{
                font-size: 1.1rem;
            }