html {
	font-size: 16px;
}

@media screen and (min-width: 320px) {
	html {
		font-size: calc(16px +6 * ((100vw - 320px) / 680));
	}
}

@media screen and (min-width: 1000px) {
	html {
		font-size: 1.2rem;
	}
}

body {
	background: black;
}
.frame {
	min-width: max-content;
	/*height: 100%;*/
	border: 0px solid red;
}
.ip {
	position: relative;
	display: block;
	width: 100%;
	border: 0px solid white;
	background-color: transparent;
	text-align: center;
	margin-bottom: 1rem;
	box-sizing: border-box;
	padding: 0.5rem;
	color: white;
}
.buttons_section {
	position: relative;
	display: block;
	width: 100%;
	
	border: 0px solid pink;
	background-color: transparent;
	text-align: center;
	margin-bottom: 1rem;
	box-sizing: border-box;
	padding: 1rem;
	color: white;
}

.time_zones_section {
	position: relative;
	display: block;
	width: 100%;
	border: 0px solid pink;
	background-color: white;
	text-align: center;
	margin-bottom: 1rem;
	box-sizing: border-box;
	padding: 1rem;
	color: black;
}


.my_header
{
	color: white;
	padding-top: 0.5rem;
	font-weight: normal;
	border-bottom: 0px solid white;
	padding: 1rem;
	/*color: white; */
	text-transform: capitalize;
	/*height: 5rem;*/
	text-align: right;
	font-size: 0.7rem;

	/*min-width: max-content;*/
	/*font-family: Verdana;*/
}

.info_header
{
	padding-top: 0.5rem;
	font-weight: normal;
	border-bottom: 1px solid white;
	padding: 0.5rem;
	/*color: white; */
	text-transform: uppercase;
	/*height: 5rem;*/
	text-align: center;
	font-size: 1.3rem;
	/*min-width: max-content;*/
	/*font-family: Verdana;*/
}
.public_list {
	font-size: 2.8vw;
	font-weight: bold;
	padding: 1rem;
	/*height: 100%;*/
}

.local_list {
	padding-top: 0.5rem;
}

.ip_public {
	left: 0;
	top: 0;
	position: relative;
	display: inline-block;
	width: 50%;
	border: 0px solid white;
	background-color: transparent;
	text-align: center;
	float: left;
	box-sizing: border-box;
}

.ip_local{
	position: relative;
	display: inline-block;
	width: 50%;
	border-left: 1px solid white;
	background-color: transparent;
	text-align: center;
 	box-sizing: border-box;
 	padding-top: 0;
}

.guids_passwords {
	/*position: relative;*/
	/*display: block;*/
	/*width: 100%;*/
	min-width: max-content;
	border: 0px solid red;
	background-color: rgba(51, 51, 51, 1);
	text-align: center;
	margin-bottom: 1rem;
	box-sizing: border-box;
	padding: 0.5rem;
	color: white !important;
}
.passwords{
	/*position: relative;*/
	box-sizing: border-box;
	display: inline-block;
	min-width: max-content;
	border-right: 0px solid white;
	background-color: transparent;
	text-align: left;
	margin-bottom: 0rem;

	/*padding: 0.5rem;*/
}
.notes_fields{
	/*position: relative;*/
	box-sizing: border-box;
	display: inline-block;
	min-width: max-content;
	border-right: 1px solid white;
	border-left: 1px solid white;	
	background-color: transparent;
	text-align: left;
	margin-bottom: 0rem;
	/*font-size: 1.8rem;*/
	/*padding: 0.5rem;*/
}
.guids{
	/*padding: 0.5rem;	*/
	/*position: relative;*/
	box-sizing: border-box;
	display: inline-block;
	border: 0px solid blue;
	min-width: max-content;
	background-color: transparent;
	text-align: left;

}

.info_item{
	/*color: white;*/
	/* padding-left: 0.5rem; */
	padding: 0.3rem;
	/*min-width: 15rem;*/
	font-size: 1.8rem;
	display: block;
	border: 0px solid black;
	box-sizing: border-box;
	/*width: 100%;*/
}
.info_input{
	/*float: right; */
	font-size: 1.5rem;
	border-radius: 0.5rem;
	padding: 0.5rem;
	min-width: max-content;
}

.inner_wrap{
	/*width: 100%;*/
	display: inline-block;
	/*height: 100%;*/
}

.jscolor{
	height: 3rem;
	width: 20rem;
	border-radius: 1rem;
	border: 1px solid white;
	text-align: center;
	display: block;
	font-size: 1.5rem;
	margin: auto;

}

.button_wrap{
	display: inline-block;
	width: 50%;
}
