@media (prefers-color-scheme: dark)
{
    body{
        background: #0e0e0e;
        color:  #eeeeee !important;
    }
    .ms-depth-4{
        box-shadow: 0 1.6px 3.6px 0 rgba(0,0,0,1), 0 0.3px 0.9px 0 rgba(0,0,0,.908);
    }


}

.error{
    background-color: #a80000 !important;
}
.error:hover{
    background-color: #a80000 !important;
}
.error:active{
    background-color: #a80000 !important;
}
.success{
    background-color: #107c10 !important;
}
.success:hover{
    background-color: #107c10 !important;
}
.success:active{
    background-color: #107c10 !important;
}

.ms-Grid-col{
    padding: 10px;
}

.ms-depth-4{
    padding:10px;
}
.FabricButton {
    border:0px;
    margin: 0px 0px 10px 10px;
    background-color:#0078d4;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
    padding:4px 20px;
    width: 150px;
	text-decoration:none;
    text-shadow:0px 0px 2px #263666;
    user-select:none;
    text-decoration: none;
    transition: background-color 500ms;
    transition-timing-function: ease-in-out;
}
.FabricButton:hover {
	background-color:#006cbe;
}
.FabricButton:active {
    background-color:#005ba1;
	position:relative;
	/* top:1px; */
}

li{
    list-style-type:none;
}