/*
Theme Name: EIJ 
Theme URI: https://calliduspixels.com
Author: Vaibhav
Author URI: https://calliduspixels.com
Description: Custom theme for article submission.
Version: 1.12
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: custom-vs-article-theme
*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
  
}

.container {
    max-width: 800px;
    margin: 0 auto;
}

h1 {
    text-align: center;
}

form {
    display: flex;
    flex-direction: column;
}

label {
    margin-top: 10px;
}

input, textarea {
    margin-top: 5px;
    padding: 10px;
    font-size: 16px;
}

button {
    margin-top: 20px;
    padding: 10px;
    background-color: #0073aa;
    color: white;
    border: none;
    cursor: pointer;
}

.reviewer-comments ul {
    list-style-type: none;
    padding: 0;
}

.reviewer-comments ul li {
    background: #f1f1f1;
    border-left: 3px solid #0073aa;
    padding: 10px;
    margin-bottom: 10px;
}

 .user-menu {
               
                padding: 10px;
                text-align: center;
				display: flex;
	 align-items: center;
    justify-content: space-between;
            }
            .user-menu ul {
                list-style: none;
                padding: 0;
                margin: 0;
				display: flex;
            }
            .user-menu ul li {
                display: inline;
                margin: 0 10px;
            }
            .user-menu ul li a {
                text-decoration: none;
                font-weight: bold;
            }
