::selection { background-color: #E13300; color: white; }
	::-moz-selection { background-color: #E13300; color: white; }

	body {
		background-color: #fff;
		margin: 0px;
		font: 15px/20px normal Helvetica, Arial, sans-serif;
		color: #4F5155;

	}
	hr{
  border-top: 1px dashed #777;
}


	a {
		color: #003399;
		background-color: transparent;
		font-weight: normal;
		text-decoration: none;
	}

	a:hover {
		color: #97310e;
	}

	h1 {
		color: #444;
		background-color: transparent;
		font-size: 19px;
		font-weight: normal;
		margin: 0 0 14px 0;
		font-weight: 600;
		padding: 14px 15px 10px 15px;
	}

	code {
		font-family: Consolas, Monaco, Courier New, Courier, monospace;
		font-size: 12px;
		background-color: #f9f9f9;
		border: 1px solid #D0D0D0;
		color: #002166;
		display: block;
		margin: 14px 0 14px 0;
		padding: 12px 10px 12px 10px;
	}

	#body {
		margin: 0 15px 0 15px;
		min-height: 350px;
	}

	p {
		margin: 0 0 10px;
		padding:0;
	}

	p.footer {
		text-align: right;
		font-size: 11px;
		border-top: 1px solid #D0D0D0;
		line-height: 32px;
		padding: 0 10px 0 10px;
		margin: 50px 0 0 0;
	}

#content {
    
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-top: 10px;        
}

#container {
  
  margin: auto;
  margin-top:0px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width:380px;
  background: #f7f7f7;
		
	}
	textarea {
  width: 100%;
  height: 120px;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
}
	input[type="text"],
    input[type="email"],
    input[type="number"],
    nput[type="file"],
    input[type="password"] {
        width: 100%; /* Full width within its container */
        padding: 10px; /* Inner spacing */
        border: 1px solid #ccc; /* Border style */
        border-radius: 4px; /* Rounded corners */
        box-sizing: border-box; /* Include padding and border in width/height */
        margin-bottom: 10px; /* Space below the input */
    }
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="password"]:focus {
        border-color: #007bff; /* Change border color on focus */
        outline: none; /* Remove default outline */
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Add a subtle shadow */
    }
    button,
    input[type="submit"],
    input[type="button"]{
        background-color: #333;
        margin-top: 10px; /* Darker background on hover */
        color: #fff;
        padding: 10px; /* Inner spacing */
        border: 1px solid #ccc; /* Border style */
        border-radius: 4px; /* Rounded corners */
        cursor: pointer;
        font-weight: 700;
    }

.msg{

  top: 0;
  right: 0;
  color: #38761d;
  margin-top: 10px;
  border-radius: 5;
  font-size: 1.1em;
  font-weight: 500;
}

#navbar {
  position: sticky;
  top: 0;
  overflow: hidden;
  background-color: #333;
}

#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 12px 14px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

#navbar a.active {
  background-color: #04AA6D;
  color: white;
}
table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}