@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#size {
	font-size: 12px;
}
a {
	font-style: normal;
}
a:link {
	text-decoration: none;
	color: #0080FF;
}
a:visited {
	text-decoration: none;
	color: #0080FF;
}
a:hover {
	text-decoration: none;
	color: #0080FF;
}
a:active {
	text-decoration: none;
	color: #0080FF;
}

.container {
	margin: auto;
	margin-top: 50px;
    background-color: transparent;
    /*min-width:400px;*/
	max-width:500px;
    /*text-align: center;
	align: center;*/
}

.item {
	padding-top: 30px;
    display: inline-block;
    background-color: transparent;
    /*min-width: 400px;*/
	max-width: 500px;
    height: auto;
	line-height: 18px;
}
.responsive {
  width: 100%;
  /*min-width: 400px;*/
  max-width: 500px;
  height: auto;
}
