.small, small {
    font-size: 85%;
}

.hilite {
	color: #0b2887;
}

form {
  display: inline-block;
}

form.form-inline {
  margin: 12px auto;
}
select#day,
select#month {
    height: 50px;
}
input[type=text]#year {
    width: 200px;
}
.form-control {
    font-size: 16px;
}

.btn {
    font-size: 16px;
}

.btn-primary {
    background: #546dd2;
    border-color: #546dd2;
}

.btn-primary:hover {
    background: #9299d1;
    border-color: #9299d1;
}

.btn-default:hover {
    background-color: rgba(146,153,232,0.58);
    border-color: #adadad;
}

.btn-toolbar > .btn-group {
    margin-left: 0;
    margin-right: 15px;
}

.form-inline .form-group {
    margin-right: 12px;
}


div.btn-toolbar {
  margin: 12px auto;
}
img.pag {
	width: 50px;
}



table.kin {
    min-height: 78px;
    border: 0;
}
table.kin,
table.oracle,
table.wavespell {
    margin: 0;
    text-align: center !important;
}
table.kin td,
table.oracle td,
table.wavespell td {
    padding: 2px 1px;
    font-size: 14px;
    text-align: center !important;
    border: 0;
}
table.wavespell {
    width: 100%;
    color: #000000;
    text-align: center;
    font-size: 75%;
    line-height: 1.2;
    border: 0;
    border-spacing: 10px;
    border-collapse: separate;
    margin-bottom: 20px;
}
table.oracle tr:nth-child(even),
table.oracle tr:nth-child(odd),
table.wavespell tr:nth-child(even),
table.wavespell tr:nth-child(odd) {
    background: transparent;
}
td.portal {
    background-color: #F2F2F2;
    border: 3px solid #0B2887 !important;
    min-width: 76px;
    width: 20%;
    height: 20%;
    padding: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
td.chamber {
    background-color: #F6F6F6;
    border: 3px solid #0B2887 !important;
    min-width: 76px;
    width: 20%;
    height: 20%;
    padding: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

table.wavespell p.question {
	font-size: 110%;
	line-height: 150%;
	padding: 10px 0;
	border: 1px solid #000;
	border-radius: 3px;
}
.outer {
	overflow-x: scroll;
}

table.moon {
	width: 100%;
	color: #000000;
	text-align: center;
	font-family: 'Raleway', Helvetica, Verdana, Arial, sans-serif;
	border-spacing: 7px;
  border-collapse: separate;
	margin-bottom: 20px;
}
table.moon h3 {
	line-height: 33px;
	margin-bottom: 3px;
}
table.moon p {
	line-height: 1.15;
	margin: 8px auto;
}
td.plasma,
td.week,
td.day {
	text-align: center;
	vertical-align: top;
	width: 14%;
	border: 1px solid rgb(84,109,210);
	border-radius: 5px;
	padding: 0 3px;
}
td.day h4 {
	font-size: 26px;
	margin-bottom: 0;
	padding-top: 8px;
	padding-bottom: 0;
}
td.plasma img {
	width: 50px;
	height: 50px;
	//padding: 7px 0;
}
td.plasma h4 {
	margin-bottom: 3px;
	font-size: 24px;
}

td.week {
	width: 2%;
	min-width: 20px;
	vertical-align: bottom;
	padding-bottom: 5px;
  font-size: 16px;
	height: 130px;
}

td.week h6 {
	font-size: 16px;
	margin-bottom: 5px;
}
td.week p {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 6px;
}
