body {
  color: #5a5a5a;
}

#page-container {
	position: relative;
	padding-bottom: 60px;
	min-height: 100vh;
}

.page-header {
    padding-top:60px;
    background-color:#fff;
}

mark { background: yellow; cursor: pointer; }
mark.typographical { background: #E7D100; color: #000; }
mark.misspelling { background: #930D00; color: #111; }
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; }


/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
mark {
    position: relative;
    display: inline-block;
}

/* 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;
}
.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: 280px;
}
.form-control {
	height: 280px;
	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;
	width:123px;
}

span.button {
	font-weight: bold;
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
code {
	color: #2493ca;
}


.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 twice 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;
}

.chitika-refer {
		display:none;
	}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.flex-container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.jumbotron h1 {
		padding-top:50px;
	}
}

/* Extra Small Devices, Phones */ 


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	#langs {
		margin-top:5px;
		width:100%;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 915px) {
	.flex-container div:not([class*="flex"])[class="buttons"] {
		min-height: 160px;
	}
}

/* Addthis */
@media only screen and (min-width : 980px) {
	main {
		padding-left: 80px;
	} 
	
	.counts {
		padding: 15px 20px;
		margin: 5px 0;
	}
	
	.chitika-refer {
		display:block;
	}
}

/* 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) {

	.flex-container div:not([class*="flex"])[class="buttons"] {
		min-height: 80px;
	}
}
