html {
  font-size: 16px;
}

textarea{
  font-family: Consolas, Lucida Console, monospace; 
  font-size: large;
}

@media screen and (min-width: 480px) {
.editor-typography{
  font-size: 16px;
}
}

@media screen and (min-width: 481px) and (max-width: 600px) {
.editor-typography {
  font-size: 18px;
}
}

@media screen and (min-width: 601px) {
.editor-typography{
  font-size: 22px;
}
}


.container {
max-width: 960px;
}

.pricing-header {
max-width: 700px;
}

.card-deck .card {
min-width: 220px;
}

.askai-color{
    color: #44AA00;
}

.askai-text-bg-color{
    color:#ffffff;
    background-color: #44AA00;
}

.plan-basic{
  color:#ffffff;
  background-color: #6e6e6d;
}

.plan-premium{
  color:#ffffff;
  background-color: #6c6f39;
}

.plan-business{
  color:#ffffff;
  background-color: #44AA00;
}

.plan-enterprise{
  color:#ffffff;
  background-color: #0e89b9;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.blink_me {
    animation: blinker 3s linear infinite;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }

  .askai-float{
	position:fixed;
	bottom:80px;
	right:40px;
  background-color: #fff;
  z-index: 100;
}


.askai-float-circle{
	position:fixed;
	width:60px;
	height:60px;
	bottom:80px;
	right:40px;
	background-color: #44AA00;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.askai-float-circle-icon{
	position:fixed;
	width:60px;
	height:60px;
	bottom:80px;
	right:40px;
	background-color: #44AA00;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
  line-height: 40px;
}

.askai-float-circle-top{
	position:fixed;
	width:60px;
	height:60px;
	top:80px;
	right:40px;
	background-color: #44AA00;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.askai-float-inside{
	margin-top:22px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}

.loginFixed {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    z-index: 1030;
    margin-top: 15px;
    }

.no-label .control-label {
  display: none;
}

.award {
  position: relative;
  width: 216px;
  display: inline-block;
  margin: 40px;
}

.award .title{
    font-family: sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    position: absolute;
    top: -28px;
    border-radius: 8px 8px 0 0;
    text-align: center;
    width: 100%;
    background: #44AA00;
    padding: 20px 0;
  }

.award .subtitle{
    position: absolute;
    font-family: sans-serif;
    font-size: 1.2em;
    width: 100%;
    text-align: center;
    color: white;
    position: absolute;
    top: 100px;
 }

 .award .title.certified{
  background: red;
 }

 .award .title.first-award{
  background: #3498db;
 }

 .award .title.challenge{
  background: #44AA00;
 }
  
 label{
  display: None;
}

pre {
  overflow-x: auto;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}