#rightpane{
    width:220px;
    display: block;
    float: right;
    margin-right:10px;

}





#history{
    width: 100%;
    float: left;
    overflow-x: hidden;


}
#sep{
        width: 100%;
        margin-top: 10px;
    }
#logo{
    float: left;
    margin-top: 3px;

}

#loadinggif{
    margin-top: 0px;
    display: none;
}

#results{
    width: calc(100% - 230px);
    display: inline-block;

}

#toplinksheader{
    display: none;
}


#webheader{
    display: none;
}

li {
    list-style: none;
}

#header{
    width: 100%;
    display: inline-block;
    margin-left: 0px;
    float: left;
    height: 50px;
    background: repeating-linear-gradient(
  45deg,
  rgba(0, 0, 0, 0.2),
  rgba(0, 0, 0, 0.2) 10px,
  rgba(0, 0, 0, 0.3) 10px,
  rgba(0, 0, 0, 0.3) 20px
),
url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/old_map_@2X.png);

}
#body{
    width: 100%;
    display: inline-block;
    margin-top: 0px;
}
form{
        margin-top: 10px;
    width:350px;
    margin-left: 10px;
    display: block;
    height: 40px;



}

form div div #stext{
    width: calc(100% - 100px);
    display: block;
    float: left;
    margin-top: 0px;
    border-left: 1px ridge lightgray;
            height: 26px;




}
form #sbut{
    width: 50px;
    float: left;
}
form #sbut2{
    width: 30px;
    float: right;
}

form #sbutmore{
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}
#suggestionlist{
    display: none;
    position: absolute;
    top: 40px;
    left: 32px;
    width: 310px;
}


:focus{outline: none;}

.input-container{float: left; position: relative;}

input[type="text"] {
  font: 15px/24px "Lato", Arial, sans-serif;
  color: #1d9af2;
  width: 70%;
  box-sizing: border-box;
  letter-spacing: 1px;
  background-color: white;
  border: none;
    margin-top: 0px;
}

.effect-1~.focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #3399FF;
  transition: 0.4s;
    border-radius: 5px;
}
.menuitem1 {
    width: 100%;
    background-color: #e6eef2;
    opacity: 0.9;
    font-family: "American Typewriter";
    font-size: small;
}

.menuitem2 {
    width: 100%;
    background-color: #dce1e3;
    opacity: 0.9;
    font-family: "American Typewriter";
    font-size: small;
}

.effect-1:focus~.focus-border {
  width: 70%;
  transition: 0.4s;
}

#sbu {
color: #1D9AF2;
background-color: #292D3E;
border: 1px solid #1D9AF2;
border-radius: 4px;
padding: 0 15px;
cursor: pointer;
height:32px;
font-size:14px;
background-position: center;
transition: background 0.8s;

}

#sbut:active {
box-shadow: 0 3px 0 #00823f;
top: 3px;
}


  #sbut {
color: white;
background-color: #292D3E;
border: 1px solid #1D9AF2;
border-radius: 4px;
padding: 5px 5px 18px 5px;
cursor: pointer;
height:22px;
font-size:10px;
box-shadow: 0 0 4px #999;
background-position: center;
transition: background 0.8s;
}
#sbut:hover {
background:#47a7f5 radial-gradient(circle, transparent 1%, #47a7f5 1%) center/15000%;
color: white;
}

#sbut2:active {
box-shadow: 0 3px 0 #00823f;
top: 3px;
}


  #sbut2 {
color: #1D9AF2;
background-color: #292D3E;
border: 1px solid #1D9AF2;
border-radius: 4px;
padding: 5px 5px 18px 5px;
cursor: pointer;
height:22px;
font-size:10px;
box-shadow: 0 0 4px #999;
background-position: center;
transition: background 0.8s;
}
#sbut2:hover {
background:#47a7f5 radial-gradient(circle, transparent 1%, #47a7f5 1%) center/15000%;
color: white;
}
button:active{
background-color:#292d3e;
background-size: 100%;
transition: background 0s;
}










button:active{
background-color:#292d3e;
background-size: 100%;
transition: background 0s;
}


  #collapseTwo button {
color: #000000;

background-color: white;
border: 1px solid #000000;
border-radius: 4px;
padding: 0 15px;
cursor: pointer;
height:32px;
font-size:10px;
transition: all 0.2s ease-in-out;
}

    #collapseThree button {
color: #000000;

background-color: white;
border: 1px solid #000000;
border-radius: 4px;
padding: 0 15px;
cursor: pointer;
height:32px;
font-size:10px;
transition: all 0.2s ease-in-out;
}

    #livephrases button {
background-color: white;
border-radius: 4px;
padding: 0 15px;
cursor: pointer;
height:32px;
font-size:10px;
transition: all 0.2s ease-in-out;
}
    #livephrases button:hover {
transform: scale(2);
}
#collapseTwo button:hover {
transform: scale(2);
}
#collapseThree button:hover {
transform: scale(2);
}

  .tab {
  overflow: hidden;
  background-color: white;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */


/* Create an active/current tablink class */
.tab button.active {
  border-bottom: 1px solid blue;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}



@media only screen and (max-width: 560px) {

    #rightpane{
        display: none;
    }
    #suggestionlist{
    left: 10px;
}

    form{
        margin-left: 0px;
        width: 100%;
        float: left;
    }
    form  div div #stext{
        float: left;
        margin-top: 0px;
        width: calc(100% - 100px);
        height: 26px;
}
    form #sbut{
    float: right;
        margin-right: 0px;


    }
    #results{
        width: 100%;
    }


    #vborder {
        display: none;
    }

    #sep{
        width: 100%;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 900px) {
 .menutext{
        display: none;
    }
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

body{
  font-family: 'Lato', sans-serif;

}

.wrapper{
  top: 50%;
  left: 50%;
}

.link_wrapper{
  position: relative;
}

.showmore{
  display: block;
  width: 250px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  text-decoration: none;
  background: #2f659c;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 3px solid #2f659c;
  transition: all .35s;
}

.icon{
  width: 50px;
  height: 50px;
  border: 3px solid transparent;
  position: absolute;
  transform: rotate(45deg);
  right: 0;
  top: 0;
  z-index: -1;
  transition: all .35s;
}

.icon svg{
  width: 30px;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  transform: rotate(-45deg);
  fill: #2f659c;
  transition: all .35s;
}

.showmore:hover{
  width: 200px;
  border: 3px solid #2f659c;
  background: transparent;
  color: #2f659c;
}

.showmore:hover + .icon{
  border: 3px solid #2f659c;
  right: -25%;
}


/* blinking dot */
.spinner {
  width: 10px;
  height: 10px;
  background-color: #333;
    margin-top: 0px;

  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}



/* Collapsible panel */

.wrapper-right-menu{
  width:70%;
background-color: #BFDDE0;


}
@media(max-width:992px){
 .wrapper{
  width:100%;

}
}
.panel-heading {
  padding: 0;
    background-color: #47a7f5;
    height:50px;
    margin-top: 5px;

}
.panel-body {
    border: 1px solid lightgray;

}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:15px;
  color:#555;
  font-size:16px;
  font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
  word-spacing:3px;
	text-decoration:none;



}

.panel-heading.active a:before {
	-webkit-transform: rotate(90deg);  /* Chrome, Safari, Opera */
			-moz-transform: rotate(90deg);  /* Firefox */
			-ms-transform: rotate(90deg);  /* IE 9 */
				transform: rotate(90deg);  /* Standard syntax */


}

.codebit {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-left: 3px solid #f36d33;
    page-break-inside: avoid;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
    width: 100%;
}


