<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.verb_details {
	font-family:Tahoma, Geneva, sans-serif;	
}
.verb_conjugate_heading {
	width: 100%;
	background-color:#3CC;
	border: 1px solid #000;
	color:#FFF;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:30px;
	padding: 20px;
}
.explain-tense {
	font-size:18px;	
}
.mood_table {
	border:1px solid #000;
	margin-bottom:40px;
	width:100%;
}
.panel &gt; panel-conjugations {
	border-radius: 20px 20px 0px 0px;
	
}
.panel &gt; .panel-heading {
	border-radius: 20px 20px 0px 0px !important;	
}
.panel-primary &gt;  .indicative-heading, .indicative-footer {
	font-size:40px;
	font-weight:bold;
	background-color:#6b94c3;
	border: 4px solid #6b94c3!important;
}
.panel-primary &gt;  .indicative-body {
	background-color: #d3e2f5;
	border: 4px solid #6b94c3 !important;
}
.panel-primary &gt;  .subjunctive-heading, subjunctive-footer {
	font-size:40px;
	font-weight:bold;
	background-color:#f69222;
	border: 4px solid #f69222 !important;
}
.panel-primary &gt;  .subjunctive-body {
	background-color: #f7ddbf;
	border: 4px solid #f69222 !important;
}

.panel-primary &gt;  .imperative-heading, imperative-footer {
	font-size:40px;
	font-weight:bold;
	background-color:#87c770;
	border: 4px solid #87c770!important;
}
.panel-primary &gt;  .imperative-body {
	background-color: #cbeebe;
	border: 4px solid #87c770!important;
}
h3 {
	
	font-size:25px;
	color:#000;;
	
}
.verb_title {
	font-size:50px;	
}
.modal_text {
	margin-left:40px;	
	font-size:16px !important;
}
.modal-english {
	font-style:italic;
} 
.modal-target {
	font-weight:bold;
}
.modal-ending {
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
	background-color:#fde9d9;
}
.modal-replacements {
	background-color:#daeef3;	
}
#modalTense_explanation {
	padding:5px;
	background-color:#daeef3;
	margin-bottom:15px;
}
#myModalTenseReference {
	font-size:18px;	
}
#verb_tense_info {
	font-size:16px;	
	color:#000;
	
}
#verb_tense_info a {
	font-size:13px;	
	font-weight:normal;
	color:#03C;
	margin-left:20px;
}
#verb_tense_info .fa-info-circle {
	margin-left:20px;
	cursor:pointer;
	color:#03C;
	font-size:20px;
}
#myModalLabel {
	font-size:25px;
	color:#fff;
}
#verb_tense_info .title {
	font-size:20px;
	font-weight:bold;
	color:#fff;
	background-color:#396;
	text-transform:uppercase;
	
}

.conjugation-matches {
	text-align: center;
}

.conjugation-matches ul li a {
	font-style: 1.5em;
	text-decoration: none;
	font-size: 1.5em;
	text-transform: uppercase;
}</pre></body></html>