/* Сделано в Студии Егора Чернорукова / www.chernorukov.ru */


img									{ display: block; width: 100%; max-width: 320px; margin: 6px 0px; }

sup, sub								{ line-height: 1px; }

.star									{ font-size: 0.8em; vertical-align: 1px; }

ol:nth-of-type(1) li::before						{ font-family: PtSerifBold, Arial, Tahoma; }
ol:nth-of-type(2) li::before						{ font-family: PtSerifBold, Arial, Tahoma; }

table									{ width: 100%; border-collapse: collapse; margin: 6px 0px; }
td									{ padding: 4px 0 4px 0; border: 1px solid #404040; text-align: center; }
table:nth-of-type(2)	tr:nth-of-type(2)	td:nth-of-type(1)	{ padding-bottom: 8px; }
table:nth-of-type(3)	tr:nth-of-type(1)	td:nth-of-type(1)	{ padding-bottom: 8px; }

li:nth-of-type(1)	table:nth-of-type(1)	td			{ width: 16%; }
li:nth-of-type(1)	table:nth-of-type(1)	td:nth-of-type(1)	{ width: 20%; }


@media screen and (min-width: 750px)
{
 td									{ padding: 6px 0 6px 0; }
}


@media screen and (min-width: 1000px)
{
 table									{ width: 99%; }
 td									{ padding: 8px 0 8px 0; }
}