﻿
html, body
{
	height: 100%;
}

@media (max-width: 480px)
{
	h1
	{
		font-size: 20px;
		margin-top: 60px;
	}
}

.top-buffer
{
	margin-top: 20px;
}

.top-buffer-sm
{
	margin-top: 10px;
}

.userinfo-box
{
	color: #FFFFFF;
	height: 25px;
	line-height: 25px;
	background-color: #908F8F;
}

	.userinfo-box a, userinfo-box span
	{
		color: #FFFFFF;
	}
	.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 70px;
    right: 30px;
    display:none;
}
