
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #333;

}

.container {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
}

nav.adm-create {
    text-align: center;
    background: #e8e8ff;
    color: #333;
}

nav.adm-create a {
    color: #333;
}


.alert {
    padding: 10px;
    background: #ffeb3b;
    color: #000;
    margin-bottom: 15px;
}

form p {
    margin-bottom: 15px;
}







.table  {
	border: 1px solid #eee;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
}
.table th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
		    font-size: 0.675rem;
}
.table td{
	padding: 5px 10px;
	border: 1px solid #eee;
	text-align: center;
	    font-size: 0.675rem;
}
.table tr:nth-child(odd){
	background: #fff;
}
.table tbody tr:nth-child(even){
	background: #F7F7F7;
}


.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    margin-bottom: 10px;
}

.form-check {
    margin: 15px 0;
}

.btn {
    margin-right: 5px;
}

    details > summary {
        padding: 5px;
        background-color: #eee;
        color: #333;
        border: 1px #ccc solid;
        cursor: pointer;
        list-style: none;
    }

    details > div {
        border: 1px #ccc solid;
        padding: 10px;
    }

details[open] > summary {
    color:#eee;
   background-color:#333;
}
summary:before {
   content: "+";
   font-size: 20px;
   font-weight: bold;
   margin: -5px 5px 0 0;
}

details[open] summary:before {
   content: "-";
}






