.profile-header {
  padding-top: 20px;
  padding-left: 20px;
}

.profile-header h1 {
	font-size: 32px !important;
	font-weight: 800 !important;
	color: #FFF;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 1)
}
.profile-menu {
  margin:0;
  padding: 0  20px 10px 0;
  text-align: right;
}
.profile-menu a {
  margin: 0 5px;
  padding: 5px;
  background-color: #FFF;
  color: #333;
  font-size: 15px;
  font-weight: bold;
}
#profile {
  padding-top: 150px;
}

#profile .profile-name {
  font-size: 17px;
  font-weight: bold;
  color: #555;
}

#profile .profile-radio {
  margin:0;
  font-weight: normal;
  line-height: 0.8em;
  color: #444;
}

#profile .not-found {
  font-size: 17px;
}

#profile .explanation {
  margin-bottom: 10px;
  padding-left:1em;
  text-indent:-1em;
  color:
}

.nowrap {
  white-space: nowrap;
}

table.order-header {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
	border-right:#3a8731 solid 1px;
	border-collapse: collapse;
  font-size: 16px;
  line-height: 1em;
}
table.order-header th {
	background:#3a8731;
	color:#FFF;
	padding:7px 10px;
  text-align: center;
	border-right:#FFF solid 1px;
  white-space: nowrap;
}
table.order-header th:last-child {
	border-right:#3a8731 solid 1px;
}
table.order-header td {
	background:#FFF;
	padding:7px 10px;
	border-left:#3a8731 solid 1px;
	border-bottom:#3a8731 solid 1px;
  text-align: center;
	vertical-align: middle;
}

table.books {
	width:100%;
	border-right:#3a8731 solid 1px;
	border-collapse: collapse;
  line-height: 1em;
  font-size: 14px;
}
table.books thead th {
	background:#3a8731;
	color:#FFF;
	padding:5px 5px;
  text-align: center;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
  white-space: nowrap;
}
table.books thead th:last-child {
	border-right:#3a8731 solid 1px;
}
table.books tbody th {
	background:#3a8731;
	color:#FFF;
	padding:5px 5px;
	border-bottom:#FFF solid 1px;
  text-align: center;
	vertical-align: middle;
}
table.books tbody tr:last-child th {
	border-bottom:#3a8731 solid 1px;
}
table.books tbody td {
	background:#FFF;
	padding:5px 5px;
	border-left:#3a8731 solid 1px;
	border-bottom:#3a8731 solid 1px;
	vertical-align: middle;
}
table.books tbody td p {
	margin:0;
}
table.books tbody td:last-child {
  min-width: 150px;
}
table.books a {
  text-decoration: underline;
}

@media screen and (max-width: 720px) {
table.books thead {
	display:none;
}
table.books tbody th {
	display:block;
}
table.books tbody td {
	display:block;
}
table.books tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.books tbody td p {
	padding-left:10em;
}
}
