body {
  color: #5a5a5a;
}

mark { background: yellow; cursor: pointer; }
mark.typographical { background: #E7D100; color: #000; }
mark.misspelling { background: #930D00; color: #ddd; }
mark.duplication { background: #006199; color: #111; }
mark.grammar { background: #2B6500; color: #ddd; }
mark.style { background: #69004F; color: #ddd; }
mark.inconsistency { background: #FF3A5C; color: #ddd; }
mark.fixed { background: #7CFFA5; color: #000; }

#install-button {
  visibility: hidden;
  position: fixed;
  color: #FF8340;
  /* width: 30px; */
  cursor: pointer;
  top: 14px;
  right: 80px;
  z-index: 99999999;
}

#page-container {
  position: relative;
	padding-bottom: 60px;
	min-height: 100vh;
}

#vid {
  width:350px;
  height: 210px
}

#grammarText ins {
  background-color: #c6ffc6;
  text-decoration: none;
}

del {
  background-color: #ffc6c6;
}

.diff1 {
  /* background-color: oldlace; */
  color:black;
  font-style: italic;
}
.changed {
  /* background-color: oldlace; */
  color:black;
}

/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.tool-intro ol > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 0.5em;
  min-height: 1.5em;
  border-left: 2px solid #272626;
}

.introjs-tooltip {
  min-width: 300px;
  max-width: 400px;
}

mark {
    position: relative;
    display: inline-block;
}

.explain-container {
  margin-top: 10px;
}

.white-on-grey h1 {
    margin: 0;
  }
.white-on-grey a {
    color: #c3fffa;
  }
.white-on-grey  p {
    margin: 0.5rem 0 0 0;
  }

#header.white-on-grey {
  margin-top:50px
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    color: black;
    font-size: 12px;
    font-family: "Roboto-Regular", Roboto-Regular, Arial, helvetica, sans-serif;
    /* white-space: nowrap; */
    position: absolute;
    padding:3px;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    max-height: 300px;
    min-height: 100px;
    overflow-y: auto;
}
.dropdown-content  hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}
.dropdown-heading {
	font-weight: bold;
}

.dropdown-row {
	background-color: #bbdaf1;
}

.dropdown-short {
	background-color: #ddd;
	font-weight: bold;
}
.dropdown-message {
	background-color: #eee;
	padding-left: 2px;
	font-weight: normal;
}
.dropdown-footer {
	height: 1px;
}

/* Links inside the dropdown */
.dropdown-content a {
    /* color: black; */
    padding: 12px 16px;
    /* text-decoration: none; */
    display: block;
}

/* Change color of dropdown links on hover */
/* .dropdown-content a:hover {background-color: #f1f1f1} */

/* Show the dropdown menu on hover */
mark:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
mark:hover .dropbtn {
    background-color: #3e8e41;
}

textarea.form-control {
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
	font-size: large;
    height: 400px;
}
.form-control {
	height: 400px;
	font-size: large;
	word-wrap: break-word;
}
.counts {
	/* height: 100px; */
	background-color: #ebf5e9;
    border: 1px solid #bce3b5;
    padding: 5px 5px;
    margin: 5px 0;
	/* word-wrap: break-word; */
}

.countNum {
	font-weight: bold;
	color: darkgreen;
}

#langs {
  margin-top:5px;
  font-size: 0.95em;
	/* width:123px; */
}
#convertedcode {
	font-family: "Open Sans"; 
	font-weight: 400; 
	font-style: normal;
  font-size: 16px;
  
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

span.button {
	font-weight: bold;
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
code {
	color: #2493ca;
}

.message {
	display: inline-flex;
	/* font-size: 1.2em; */
	color: #0aab42;
}

.lngd-highlight {
	width: 600px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	color: #f00;
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.example {
  width: auto;
  color: #000000;
  background-color: #f1f1f1;
  border: 1px solid #ebebeb;
  padding: 1.2%;
  border-radius: 4px;
  line-height: 1.15em;
  word-wrap: break-word;
  margin-bottom: 12px;
  margin-top: 12px;
}

h2.example, h2.example_head {
  font-size: 20px;
  color: #555555;
  margin-top: 1px;
}

pre {
  display: block;
  padding: 5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.0;
}

label {
  margin-right: 8px;
}

.btnPad {
  margin: 4px;
}

.isolatedDiv {
  all: initial; /* blocking inheritance for all properties */
}
.isolatedDiv * {
  all: unset; /* allowing inheritance within #mydiv */
}


.right-ad {
    margin-top: 80px;
}

.bigitem {
   /* This will be 1.5 x as big as the small item. */
   -webkit-flex: 2 0 0;
   flex: 1.5 0 0;
}
.smallitem {
   -webkit-flex: 1 0 0;
   flex: 1 0 0;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

}
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	#langs {
		margin-top:5px;
	}

  #vid {
    width:550px;
    height: 320px
  }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 915px) {

}

/* Addthis */
@media only screen and (min-width : 980px) {
	main {
		padding-left: 80px;
	} 
	
	.counts {
		padding: 15px 20px;
		margin: 5px 0;
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}

@media only screen and (min-width : 1380px) {
}
