.fab {
	  border:none;
		z-index: 999;
		outline: none !important;
		position: fixed;
		bottom: 10px;
		right: 10px;
    transform: rotate(-45deg);
    font-size:2em;
    color:white;
    background-color: #ff4081;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    margin: auto;
    -webkit-box-shadow: 2px 3px 3px 0px rgba(41, 41, 41, .3);
       -moz-box-shadow: 2px 3px 3px 0px rgba(41, 41, 41, .3);
            box-shadow: 2px 3px 3px 0px rgba(41, 41, 41, .3);
}
.fab, .tipue_search_icon {
     font-family: DejaVu Sans;
}

.fab:hover {
  background-color: #ff4060;
}

.tipue_search_group {
	width: 250px !important;
}

.w3-modal-content {
	padding: 10px;
	padding-bottom: 2em;
}

.w3-modal {
	z-index: 1500;
}

.tipue_search_content_title {
  font-family: 'Roboto Condensed', sans-serif;
  padding-top: 20px;
}

.tipue_search_content_text, .tipue_search_content_url {
  font: inherit;
}

.tipue_search_content_bold {
	color: #15A9DB;
	font-weight: bold;
}

/* spinner */

.tipue_search_spinner
{
     width: 50px;
     height: 28px;
     margin: auto;
     margin-top: 20px;
}
.tipue_search_spinner > div
{
     background-color: #e3e3e3;
     height: 100%;
     width: 2px;
     display: inline-block;
     margin-right: 2px;
     -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
     animation: stretchdelay 1.2s infinite ease-in-out;
}
.tipue_search_spinner .tipue_search_rect2
{
     -webkit-animation-delay: -1.1s;
     animation-delay: -1.1s;
}
.tipue_search_spinner .tipue_search_rect3
{
     -webkit-animation-delay: -1.0s;
     animation-delay: -1.0s;
}
@-webkit-keyframes stretchdelay
{
     0%, 40%, 100%
     {
          -webkit-transform: scaleY(0.4)
     }
     20%
     {
          -webkit-transform: scaleY(1.0)
     }
}
@keyframes stretchdelay
{
     0%, 40%, 100%
     {
          transform: scaleY(0.4);
          -webkit-transform: scaleY(0.4);
     }
     20%
     {
          transform: scaleY(1.0);
