@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.form {
  position: relative;
  z-index: 1;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #43A047;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #4CAF50;
  text-decoration: none;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}
body {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;	  
}
ol {
	list-style-position: inside;
}
.big {
	font-weight: 600;
	font-size: 20px;
}
.red {
	color: #D00000;
}
.white {
	color: white;
}
.white a {
	color: white;
}
.white a:hover {
	text-decoration: underline;
}
.form .red {
	bottom: 6px;
	font-size: 14px;
	position: relative;
}
.user-info {
	color: white;
}
table {
	background-color: white;
	border-collapse: collapse;
	font-family: arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}
td, th {
	text-align: left;
	padding: 8px;
}
td:first-child {
	width: 30%;
}
tr {
	border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 480px) {
	tr {
		font-size: 70%;
	}
}
.user-icon {
	float: left;
	width: 40px;
}
.user-icon-wrapper {
	height: 40px;
}
.user-name, .theme-color {
	left: 7px;
	position: relative;
	top: 7px;
}
.edit-signin {
	font-size: 12px;
}
#signinID {
	width: 45%;
}
.themes-info {
	color: white;
}
#basic-white {
	height: 310px;
}
ul {
	list-style-position: inside;
}
.center {
	text-align: center;
}
.list-box {
	display: inline-block;
	text-align: left;
}
.pre, code {
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: auto;
	border: 1px solid #d3d6db;
	background-color: #f9f9f9;
	font-size: 0.87rem;
	font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif;
	line-height: 19px;
}
pre {
	display: inline-block;
	overflow: auto;
	padding: 16px;
	margin: 16px 0 0;
	direction: ltr;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	width: 60%;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	-webkit-overflow-scrolling: touch;
}
pre code {
	border: 0;
	direction: ltr;
	display: block;
	padding: 0;
}
#json-theme {
	display: none;
}
.custom-color {
	border: 1.5px solid black;
	float: left;
	height: 40px;
	width: 40px;
}
.theme-wrap {
	margin-bottom: -150px;
}
.frame-wrap iframe {
	border: 2px solid white;
	transform: scale(0.6);
	transform-origin: 50% 0% 0px;
}
ol {
	list-style-position: inside;
}
.big {
	font-size: 20px;
	font-weight: 600;
}
.red {
	color: #D00000;
}
.nav-user {
	float: right;
	list-style-type: none; 
	padding-right: 20px;
}
.nav-userimage {
	height: 40px;
	width: 40px;
}
.nav-username {
	bottom: 7px;
	color: white;
	position: relative;
}
ul:not([style]) .nav-logout {
	bottom: 23px;
	display: block;
	left: 45px;
	position: relative;
}
.user-info {
	padding-top: 20px;
}