/* Base Body Styles */
body {
    padding: 20px;
    margin: 0;
    direction: ltr;
}

/* Generic Container */
.main-container {
    width: 100%;
    padding: 11px 9px 11px 9px;
    margin: 15px 15px 10px 15px;
    box-sizing: border-box;
    border: 2px solid #000;
    background-color: #fff;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
    border-radius: 0;
	
}
.outer-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Footer Styling */
.iub-footer {
    background-color: #0099cc;
    color: #fff;
    text-align: center;
    font-family: sans-serif;
    font-size: 16px;
    padding: 10px 5px;
    direction: ltr;
}
.dhide {
       display: none;
    }