            input[required=required],
            select[required=required] {
                border-bottom: 2px solid #ff7588 !important;
            }
            
            .user-logo {
                height: 215px !important;
            }
            
            table thead tr th {
                background-color: #404E67 !important;
                color: white !important;
            }
            
            .buttons-page-length {
                margin-right: 10px !important;
                margin-bottom: 5px !important;
            }
            
            .buttons-html5,
            .buttons-print {
                margin-bottom: 5px !important;
            }
            
            .table {
                border-collapse: collapse !important;
            }
            
            .table th {
                background-color: #404E67 !important;
            }
            
            @media print {
                .content-header {
                    display: none;
                }
                .main-menu {
                    display: none;
                }
                .action-btns {
                    display: none;
                }
                .no-print {
                    display: none;
                }
                div.app-content.content {
                    margin: 0 !important;
                }
                .footer {
                    display: none;
                }
            }
            
            @media print {
                .table th {
                    background-color: #404E67 !important;
                }
                .table td {
                    background-color: #fff !important;
                }
            }