﻿@charset "UTF-8";
p
	{
		margin-bottom: 3px;
		margin-top: 0px;
		padding-bottom: 0px;
		text-align: right;
		text-indent: 0px;
		width: 100%;
	}
.name
	{
		background-color: #FFFFFF;
		font-size: larger;
		left: 40px;
		padding-left: 2px;
		padding-right: 2px;
		position: absolute;
	}
.type
	{
		font-size: larger;
		padding-right: 2px;
	}
ul
	{
		display: block;
	}
li
	{
		display: list-item;
		text-indent: 5px;
	}
div
	{
		background-color: #FFFFFF;
		border-color:  #BEBEBE #6F6F6F #6F6F6F #BEBEBE;
		border-style: solid;
		border-width: 3px;
		margin-left: 5px;
		margin-right: 5px;
	}
.requirements
	{
		font-size: smaller;
		font-weight: bold;
	}
.requirements .or
	{
		font-size: larger;
		font-weight: normal;
	}
td 	{
		vertical-align: top;
	}
.symbol
	{
		height: 50px;
		width: 50px;
	}

