body {	background-color: #000000; background-image: url("bts/0background.jpg")}
p {color: #FFFFFF; font-family:"Comic Sans MS", sans-serif; font-size: calc(14px + (0.3 * 2vw)); margin-top: 5px; }
table {margin-left:auto; font-family:"Comic Sans MS", sans-serif; margin-right:auto}
table.otvet{margin-top: 0px}
table a{color: #FFFF00; text-decoration: none;}
td {text-align:center; font-size: calc(14px + (0.3 * 2vw))}

.desc		{margin-top: -12px; color: #ffffff; font-style:italic}
.mind		{margin-top: -12px; color: #ffffff; font-style:italic}
.emma		{margin-top: -12px; color: #ff4511}
.adriana	{margin-top: -12px; color: #b2b2b2}
.andrey		{margin-top: -12px; color: #689fff}
.billy		{margin-top: -12px; color: #be8f00}
.greta		{margin-top: -12px; color: #e43ba6}
.nadya		{margin-top: -12px; color: #c49bb5}
.yu			{margin-top: -12px; color: #13d1ff}

img.main{margin-top: -12px; border-radius: 40px}

td[bgcolor="#333333"]	{
	border-radius: 10px;
	box-shadow: rgb(150,150,150) 3px 3px 5px;
	background: linear-gradient(#777777 0%, #333333 100%);
	border: 1px solid #bfbfbf;
	transition: all 0.3s;
}

td:hover[bgcolor="#333333"]	{
	background: linear-gradient(#808080 0%, #707070 100%);
}

img.press:hover {
     filter: alpha (Opacity=80);/* прозрачность для IE */
     opacity: 0.8;/* прозрачность для других браузеров */
}

img.button:hover {
transform: scale(1.05);
