body {
  background: rgba(65, 104, 212, 0.75);
    background-color: rgba(51, 39, 223, 0.3);
  }
.body {
        background: rgba(45, 34, 139, 0.50);
            margin: 2em auto;
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
            font-size-adjust: 0.58;
     }
 h1 {
 	font-size: 3em;
 	color: rgb(160, 17, 20);
 	line-height: 1.0em;
 }

 h2 {
    font-size: .7em;
    color: rgb(5, 21, 29);
    line-height: 1.0em;
    text-align: center;
}

 h3 {
 	background: rgb(250, 250, 250);
 	text-align: center;
 }

 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%
  }

 footer {
	background-color: rgba(116, 147, 219, 0.822);
	font-family: Arial, Helvetica, Sans-Serif;
	Color: black;
	text-align: right;
	font-size:.7em;
	line-height: normal;
    margin: 1em;
}

.custom-wrapper {
    background-color:rgba(97, 135, 223, 0.199);
    margin-bottom: 1em;
    -webkit-font-smoothing: antialiased;
    height: 2.1em;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
}

.custom-wrapper.open {
    height: 14em;
}

.custom-menu-3 {
    text-align: right;
}

.custom-toggle {
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.custom-toggle .bar {
    background-color: #777;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 100px;
    position: absolute;
    top: 18px;
    right: 7px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-toggle .bar:first-child {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.custom-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 47.999em) {

    .custom-menu-3 {
        text-align: left;
    }

    .custom-toggle {
        display: block;
    }

}
.pure-form {
        font-size:.7em;
        background-color:#002fff;
        margin:1em;
}

.pure-form input[type=text][disabled] {
	color: #777777;
}


.Instructions {
      font-size:1em;
    padding: 2em;
    color: black;
}




.header h2 {
	font-size: 1em;
	line-height: 1em;
}

.panel {
	display: none;
}

.content {
	margin: 0px;
}

.page {
	margin-top: 10px;
}

.pure-button {
	color: blue;
	padding: 8px 12px;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.main-buttons {
	margin: 50px auto;
	text-align: center;
}

.main-buttons button {
	width: 100px;
	margin: 5px auto;
}

.button-update {
	background: #1f8dd6;
}

.button-reset {
	background: rgb(202, 60, 60);
}

.button-reconnect {
	background: rgb(202, 60, 60);
}

.button-add-topic {
	margin-top: 5px;
	background: rgb(28, 184, 65);
}

.button-del-topic {
	margin-top: 5px;
	background: rgb(202, 60, 60);
}

.button-more-topic {
	margin-top: 5px;
	background: rgb(223, 117, 20);
}

.button-del-network {
	background: rgb(202, 60, 60);
}

.pure-g {
	margin-top: 0px;
	margin-bottom: 0px;
}

.pure-group {
	margin: 10px;
}

legend {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 20px;
}

.l-box {
	padding-right: 1px;
}

#panel-display.pure-g,
#topics.pure-g {
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 2px dashed #e5e5e5;
}

label.form-label {
	margin-top: 8px;
	font-weight: bold;
}

#topics div.more {
	display: none;
}

div.hint {
	font-size: 80%;
	color: #ccc;
	margin-top: 0px;
}

#template-topics {
	display: none;
}

input[name="topic"] {
	background-color: rgba(223, 117, 20, 0.3);
}

div.slidebox {
	width: 200px;
}

.cool {
   font-size: 1.0em;
   letter-spacing: 0.6px;
   background-color: rgb(31, 188, 215);
   background: linear-gradient(to bottom, rgba(139, 213, 241, 1) 10%, rgba(113, 206, 239, 1) 20%, rgba(33, 180, 226, 1) 80%, rgba(106, 200, 236, 1) 100%);
   box-shadow: 0px 8px 5px -5px #4d4040;
   color: rgba(255, 255, 255, 0.7);
}
#chart-container {
    width: auto;
    height: auto;
}