body {
	background-color: powderblue;
	margin: 0px;
	padding: 0px;
}

.container {
	margin: 0px;
	padding: 0px;
}

.section {
	padding: 10px 10px 1px 10px;
	margin: 0px;
}

.grid-container-small {
	display: grid;
	column-gap: 10px;
	grid-template-columns: auto auto;
	padding: 0px;
}

body button {
	cursor: pointer;
}

.centered-button {
	width: 22px;
	height: 22px;
	text-align: center;
	vertical-align: middle;
	margin-right: 5px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.small-list-button {
	width: 22px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	margin-left: 3px;
	/* display: flex; */
	justify-content: center;
	align-items: center;
}

.buttons-p {
	height: 22px;
	margin: 0px;
	text-align: right;
}


.grid-container {
	display: grid;
	column-gap: 20px;
	grid-template-columns: auto auto;
	padding: 10px;
}

.grid-item {
	padding: 10px;
  	text-align: left;
}

.text-center {
	text-align: center;
}

#top-area {
	background-color: #eaf7fe;
}

#buttons-area {
	background-color: #eaf7fe;
}

#sounds-area {
	background-color: #eaf7fe;
}

#profile-area {
	background-color: #eaf7fe;
}

#install-area {
	background-color: #fffff7;
}

#advanced-area {
	background-color: #ffefef;
}

#advanced-footer {
	clear: both;
}

#footer-area {
	background-color: #eaf7fe;
    font-family: sans-serif;
	text-align: center;
}


#pre-select {
	margin: 0px auto;
	margin-top: 15px;
	width: 100%;
  	justify-content: center;
}

#pre-select ul li{
	width : 500px;
}

.preset-name {
	padding-left: 10px;
}

/* hide unwanted content*/
.old-content {
	display: none;
}

.clickable {
	cursor: pointer;

}

.div-grid {
	float: left;
	display: grid;
	margin: 5px;
	column-count: 1;
}

.center-div img{
	margin:auto;
}

.mid-image {
	width: 200px;
	height: 200px; 
}

.textarea-file {
	width: 510px;/*730px;*/
	height: 450px;
}

.textarea-small {
	width: 300px;
	height: 150px;
}

.font-small {
  font-size: smaller;
}

.hide-all {
	display: none; 
}

.display-none {
	display: none;
}

.display-flex {
	display: flex;
}

.display-block {
	display: block;
}

.normal-text {
	font-size: medium;
	font-weight: normal;
}

select option:disabled {
    color: #aaa;
}

table, tr, td {
	border: none !important;
}

.label-mid {
	width: 130px;
	float: left;
}

.label-mid2 {
	width: 180px;
	float: left;
}

.text-right {
	text-align: right;
}

.select-big {
	width: 200px;
}

.listbox {
	background: #D7EFF2;
	width: 250px;
	list-style-type: none;
}
.listbox li {
	margin: 0;
 	padding: 0;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 10; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	background-color: #D7EFF2;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 400px;
}

.width500 {
	width: 500px;
}

.width350 {
	width: 350px;
}

.width25 {
	/* width: 135px; */
	width: 170px;	
}

.slider {
	appearance: none;
	-webkit-appearance: none;
	height: 15px;
	background: #d3d3d3;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
  }
  
  .slider:hover {
	opacity: 1;
  }
  
  .slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 15px;
	height: 15px;
	background: #718F93;
	cursor: pointer;
  }
  
  .slider::-moz-range-thumb {
	width: 15px;
	height: 15px;
	background: #718F93;
	cursor: pointer;
  }


  @font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('Roboto-Regular.ttf') format('truetype');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }