﻿/* OMC HTML / main CSS FILE */
/* Created by E J Belala, 04 MARCH 2025 - HAPPY MARDI GRAS */
/* Derived from the original EJND LLC main CSS file. */

/* --------------------- Basic HTML element styles. ----------------- */
body {
    /*background-color: #ffffff;*/
}

/*      PAGE TOP MENU CLASS[ES]        */

.gom-top-header {
    display: flex; 
    flex-direction: row; 
    align-items: center;
    justify-content: center;
    width: 100%;
}

/*      PROFILE TABLE ELEMENT STYLES        */

.profiledivclass-column {
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: #ffffff;
    width: 45vw; /* Adjust as needed */
    height: 20vh; /* Adjust as needed */
    text-align: left;
    align-items: flex-start; /* Aligns items horizontally (centered in the column) */
}

.profilerow-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.gomprofilefeedmessage {
    display: none;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.gomprofileunamelabel {
    color: darkblue;
    font-size: x-large;
}

.gomprofileusilllabel {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 10%;
    width: 90%;
    color: darkblue;
    font-size: x-large;
}

.gomprofiletextarea {
    margin-top:10px; 
    margin-left:10px; 
    margin-right:10px; 
    margin-bottom:10px; 
    height:10%; 
    width:90%;
}
