.output {
	height:300px;
	overflow-y:auto;
	border: 1px solid #eee;
  padding: 15px;
	text-align:center;
	font-family:verdana;
	font-size:16px;
}
.message {
	font-size:16px;
	text-align:center;
	margin:15px 0px 20px;
	padding:10px;
	color:#fff;
	font-family:courier;
	animation: blinkingText 1s infinite;
}


@keyframes blinkingText{
	0%{ background-color: #1056c0;}
	50%{ background-color: #254878;}
	100%{ background-color: #1056c0;}
}
.progress {
	height:10px;
	background:#eee;
	width:100%;
	margin-bottom:25px;
	overflow:hidden;
}
.progress .loaded {
	position:relative;
	height:10px;
	width:0%;
	background:#0a0;
	transition: width 0.5s;
}
.buttons {
	text-align:center;
	margin:20px;
	display:none;
}
.buttons button {
	background:#3361ad;
	color:#fff;
	border:none;
	width:auto;
	padding:8px 20px;
	font-size:16px;
	cursor:pointer;
}
.domainChecker textarea {
	height:300px;
	font-size:14px;
}
.button {
	background:#3361ad;
	color:#fff;
	border:none;
	width:auto;
	padding:8px 20px;
	font-size:16px;
	cursor:pointer;
}
.domainResult {
	margin:20px 0px;
	display:none;
	max-height:331px;
	overflow-y:auto;
}
.count {
	text-align: center;
	font-family: monospace;
	margin-bottom: 15px;
	background: #eee;
	padding: 10px;
}
.available {
	background:#dff2de;
}
.noinfo {
	background:#efcece;
}
.site-branding {
	background:url('/wp-content/uploads/2021/12/keyword-tool-logo.png') no-repeat left;
	padding-left:80px
}
.site-title {
	text-transform:none !important;
}
.signup * {
	width:100%;
	font-size:16px;
	margin:10px 0px;
}
.signup input[type='submit'] {
	width:200px;
	font-size:16px;
	font-weight:bold;
}
.signup select {
	width:100%;
	font-size:16px;
}
.signup table td:nth-child(1){
	width:200px;
}
.signup .infotext {
	font-size:11px;
	color:#3361ad;
	text-align:right;
}
.signup textarea {
	height:150px;
}
.button {
	background:#3361ad;
	color:#fff !important;
	border:none;
	width:auto;
	margin:5px auto;
	padding:10px 30px;
	font-size:16px;
}
.button.signup {
	background:#0a0;
}
.links {
	
}
.links .data {
	height: 300px;
    overflow: auto;
    word-break: break-all;
	
	background:#eee;
	padding:10px;
}
.internalCount, .externalCount {
	font-size: 12px;
    float: right;
    color: #fff;
    border-radius: 20px;
    padding: 6px 0px;
    width: 31px;
    text-align: center;
    height: 30px;
}
.current {
	height: 58px;
    overflow: hidden;
    line-height: 35px;
    padding: 10px;
}

.stopBtn {
	display:none;
}
.domains {
	background: #eee;
    padding: 10px;
    font-family: courier;
    height: 400px;
    overflow: auto;
}
a {
	color:#357ae2;
	text-decoration:none;
}
footer {
	color:#aaa;
}
footer a {
	color:#0dcaf0;
}
.internal .item {
	padding:10px 0px;
}
.internal .highlight {
	background-color:#00ffd9;
}
.nav-right {
	color:#fff;
}
.nav-right .bi{
	font-size:26px;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10;
  margin-left:-88px;
}

.dropdown-content a {
  color: black;
  padding: 4px 6px;
  text-decoration: none;
  display: block !important;
  font-size:16px;
  text-align:left;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}