body{
    margin: 0px;
}
p{
    white-space: nowrap;
    width: 100%;
    font-size: 15px;
    font-family: monospace;
    text-align: center;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
a{
    font-family: monospace;
}
.input-container{
    margin-top: 50px;
}
.input-window{
    width: 215px;
    height: 110px;
    border-radius: 2px;
    border: 1px solid lightgray;
    margin: auto;
    background-color: #ffffffba
}
.input{
    width: 50px;
    margin: auto;
}
[input="color"]{
    border-radius: 0px;
    border: 1px solid lightgray;
    width: 50px;
}

.led-api-info{
    border-top: 1px solid lightgray;
    padding: 5px;
    height: 16px;
    width: 206px;
    float: left;
    margin: auto;
    margin-top: 25px;
}
.small-loader{
	width: 10px;
    height: 10px;
    margin: auto;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #9e9e9e;
    animation: spin 1s linear infinite;
    animation-timing-function: ease-in-out;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.ping-ip{
	width: 50%;
    float: left;
}
.ping-item{
	width: 100%;
	font-size: 14px;
    line-height: 14px;
}
.status-failed{
	color: rgb(253, 90, 90);
}
.status-success{
	color: #8eea01
}
.ping-time{
	float: right;
}
.lable{
	color: #919191;
	font-size: 12px;
	position: absolute;
}
.api-lable{
    width: 70px;
    margin-top: -20px;
    margin-left: 76px;
}