@charset "utf-8";

body {
    background-image: url("../images/html_bg.png");
    font-size: 16px;
}

.center {
    text-align: center;
}

#rule-stage {
    background-color: white;
    width: 760px;
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
}

h1.rule-title {
    color: crimson;
    font-size: 24px;
}

h2.rule-detail {
    color: crimson;
    font-size: 20px;
}

h2.rule-credit {
    color: black;
    font-size: 20px;
}

.border {
    border: 4px dashed orange;
    margin-top: 20px;
    margin-bottom: 20px;
}

#rule-overview {
    margin-top: 20px;
    margin-bottom: 20px;
}

ul#notes {
    color: crimson;
    list-style: square;
}

.text-through {
    text-decoration: line-through;
}

table{
  border-collapse:separate;
  border-spacing: 5px;
  width: 100%;
}

table th,table td{
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
}

table th{
  background-color: #ff69b4;
  color: white;
  border:solid 1px #e05b9f;
}

table td{
  background-color: #ffe4e1;
  border:solid 1px #f4a2b9;
}