.mkwsPager,
.mkwsNavi,
.mkwsRecords,
+.mkwsRecord,
.mkwsTargets,
.mkwsStat,
.mkwsMOTD {
.mkwsRanking a,
.mkwsPager a,
.mkwsNavi a,
-.mkwsRecords a {
+.mkwsRecords a,
+.mkwsRecord a {
color: #005701;
text-decoration: none;
}
.mkwsLang a:hover,
.mkwsTermlists a:hover,
.mkwsPager a:hover,
-.mkwsRecords a:hover {
+.mkwsRecords a:hover,
+.mkwsRecord a:hover {
text-decoration: underline;
}
font-weight: bold;
}
-.mkwsRecords div.record {
+.mkwsRecords div.record,
+.mkwsRecord div.record {
padding: 5px;
}
-.mkwsRecords div.details {
+.mkwsRecords div.details,
+.mkwsRecord div.details {
border: 1px solid #404040;
background: #e8e8e8;
color: #A9A9A9;
-webkit-border-top-right-radius: 10px;
}
-.mkwsRecords div.details th {
+.mkwsRecords div.details th,
+.mkwsRecord div.details th {
text-align: right;
vertical-align: top;
padding-right: 0.6em;
}
-.mkwsRecords div.details th:after {
+.mkwsRecords div.details th:after,
+.mkwsRecord div.details th:after {
content: ":";
}