#main-container { padding: 20px 0px 0px 0px; }
#main-input-form {  }

.navbar { 
	background: #E74C3C; 
	background: -webkit-linear-gradient(to right, #E74C3C, #CB4335);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #E74C3C, #CB4335); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.navbar a:not(.dropdown-item) { color:#fff!important;  }

.nav-link { color:#E74C3C!important; }

nav { padding-left:15px; padding-right: 15px; }
#nav-tabs { margin-top:50px; }
.ada-tab-response { padding: 20px 0px 20px 0px; }
body {  

	background: #F7F9F9;  

 }
.tab-pane { background-color: #FFF; padding:15px; }

.btn-primary { background-color: #E74C3C; border-color: #E74C3C; }
.btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #CB4335 !important; border-color: #CB4335;
}

#footer { height: 200px; background-color: #ECF0F1; text-align: center; color:#616A6B;}
#footer-line { background: #E74C3C; height: 4px; margin-top: 50px; }

#scrolltop 
{
  display: none; 
  position: fixed; 
  bottom: 20px; 
  right: 30px; 
  z-index: 99; 
}

#title{
  margin: 0 auto;
  display: flex;
  margin-bottom: 20px;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
}

#subtitle{
  margin: 0 auto;
  display: flex;
  margin-bottom: 20px;
  margin-top: 0px;
  justify-content: center;
  align-items: center;
}

h3 {
 font-size: 10;
 font-weight: bold;
}

a:link {
  color: #E74C3C;
}

a:visited {
  color: #E74C3C;
}

.nt {
  color: #616A6B;
}

.term {
  color: #CB4335;
}

.grammar {
  color: #AAA;
}

.op {
  color: #7a963a;
}
