/* Hide Register and Forgot Password Links on Sign in Dialog */

.modal-body .t-login.panel p.t-register, .modal-body .t-login.panel p.t-forgot {
	display: none;
}

/* Display contents of Details Box on Document ToC in 1 column  */

.details .t-metatags {
	column-count: 1  !important;
}

/* Adjust height of homepage intro text  */
.segment-lede {
padding:.5em !important;
}

.tizralink {
color: #fc4237;
}

.tizralink a:hover {
color: #4c779e;
}

.tizratext {
	margin-left: 20px;
	margin-right: 20px;
}
