@import url("theme.css");
 
h1,h2,h3 {
    border-bottom: 1px solid #ccc;
}

.wy-table-responsive table td, .wy-table-responsive table th {
    white-space: normal;
}

.red-bold {
	color:red;
    font-weight: bold;
}
