.steamid {
	width: 100%;
	color: #e6e6e6;
	min-height: 45px;
	margin-bottom: 25px;
	background-color: var(--color-box);
	position: relative;
	display: table;
	padding-bottom: 25px;
}
.steamid .name {
	width: 100%;
	height: 45px;
	background-color: var(--color-tab);
	border-bottom: 1px solid var(--color-border);
	position: relative;
}
.steamid .name .display {
	padding-top: 12px;
	font-size: 20px;
	text-align: center;
}
.steamid .goback {
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	heiht: 35px;
	font-size: 20px;
}
.steamid .goback .display {
	padding-top: 10px;
	text-align: center;
	font-size: 24px;
}
.steamid .goback .display:hover {
	cursor: pointer;
	color: gold;
}

.input {
    padding: 0.75rem 1rem;
	width: 400px;
	background-color: #674f35;
	border: 0;
    border-radius: 0.25rem;
	color: #fff;
}
::-webkit-input-placeholder { /* Edge */
  color: #fff;
  text-align: center;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  text-align: center;
}

::placeholder {
  color: #fff;
  text-align: center;
}

.content {
	width: 100%;
	padding-top: 25px;
	text-align: center;
}

.r-buttons {
	width: 250px;
	min-height: 45px;
	margin: auto;
}

.r-button {
	width: 200px;
	height: 40px;
	background-color: #674f35;
	border: 2px solid #826c47;
	padding-top: 2px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	color: #fff;
}
.r-button:hover {
	background-color: #7c5e38;
	cursor: pointer;
}
.r-button .display {
	padding-top: 10px;
}

.steam {
	margin: auto;
	margin-top: 25px;
	width: 600px;
	height: 140px;
}
.steam-avatar {
	float: left;
	width: 160px;
	height: 140px;
}
.steam-avatar img {
	margin-top: 10px;
	width: 120px;
}
.steam-desc {
	float: left;
	width: 440px;
	height: 100px;
	text-align: left;
}
.steam-desc-t {
	padding-top: 8px;
}
.steam-desc-name {
	width: 440px;
	height: 35px;
}
.steam-desc-steamid {
	width: 440px;
	height: 35px;
}
.steam-desc-url {
	width: 440px;
	height: 35px;
}


@media screen and (max-width: 1280px) {
	.r-rule .r-num {
		width: 6%;
	}
	.r-rule .r-desc {
		width: 94%;
	}
}
@media screen and (max-width: 900px) {
	.r-rule .r-num {
		width: 7%;
	}
	.r-rule .r-desc {
		width: 93%;
	}
}
@media screen and (max-width: 600px) {
	.r-rule .r-num {
		width: 10%;
	}
	.r-rule .r-desc {
		width: 90%;
	}
}