﻿/*
Theme Name: make-oneeyed
Author: oneeyedstaff
Template: make
*/

@import url('../make/style.css');

/*---------------------------------------------------------
Table (_elements.scss)
-------------------------------------------------------- */
table {
	width: 100%;
	margin: 2px 0;
	margin: 0rem 0;
	text-align: left;
	border: 0;
	border-left: 0;
}
table caption {
	font-weight: bold;
	margin-bottom: 2px;
	margin-bottom: 0rem;
}
table th, table td {
	padding: 2px 2px;
	padding: 0.5rem .0.5rem;
}
table th {
	border-left: 0;
}
table td {
	border-top: 0;
	border-left: 0;
}
table td[valign="top"] {
	vertical-align: top;
}
table td[valign="bottom"] {
	vertical-align: bottom;
}