table.dataTable tbody tr.selected {
    background-color: #d3d3d3 !important;
    color: black;
}
table.dataTable tbody tr.selected a {
    color: #3261AB;
}

.amazon {
  font-color: red;
}

.btn-country .btn {
  margin-top: 9px !important;
  padding: 5px 10px;
  margin-bottom: 9px !important;
}

table.dataTable tbody td.nopad {
  padding: 8px 0px !important;
}
.mr4 {
  margin-right: 4px !important;
}

.gr09 {
  color:#22ac38;
  font-size:0.9em;
}

.mnrate, .mnrate:hover {
  color:green;
  text-decoration:none;
}

.mp_disp, .mp_disp:hover {
  color:#22ac38;
  margin-left:5px;
}
.no_ul:hover {
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}
.mp_disp:hover .mp_data {
  display: block;
}
.mp_data {
  display: none;
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 0;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


table.type08 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-left: 1px solid #ccc;
	width: 80%;
    margin-left: auto;
    margin-right: auto;
}

table.type08 thead th {
	padding: 10px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 2px solid #c00;
	background: #dcdcd1;
}
table.type08 tbody th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #ececec;
}
table.type08 td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
