body {
      font-family: Arial, sans-serif;
    background-color: #1C1C1C;
    color: #A0A098;
}

h2 {
    color: #DDD;
}

#jsonEditor {
    margin-top: 20px;
}

.entry {
    margin-bottom: 10px;
}

.toggle {
    cursor: pointer;
    padding: 0 5px;
    color: #A0A098;
    margin-right: 5px;
}

.properties {
    margin-left: 20px;
}

label {
    display: inline-block;
    width: 50px;
    margin-right: 5px;
	font-size: 12px;
}

input {
      display: inline-block;
    margin-bottom: 5px;
    padding: 5px;
    color: #AAAAAA;
    background-color: #333;
}

button {
   padding: 5px;
    background-color: #333333;
			border-style: solid;
            color: #A0A098;
	 margin: 0px;
            text-decoration: none;
            border-radius: 10px;
    cursor: pointer;
    margin-right: 5px;
	border: none;
}

button:hover {
    background-color:  rgba(51,102,204, 0.9);
            transform: scale(1.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
