/* Paragraph */
.block .sp_errors p{
 font-weight:600;
}

/* Paragraph (hover) */
.block .sp_errors p:hover{
 background-color:#f1c40f;
}

/* Paragraph (active) */
.block .sp_errors p:active{
 border-color:#f6bd2c;
 border-style:solid;
}

/* Paragraph */
#sp_input p{
 display:flex;
 flex-direction:row;
}

/* Division */
#google_translate_element > div{
 background-color:#ecf0f1;
 transform:translatex(0px) translatey(0px);
 margin-top:-20px;
}

/* Select */
#google_translate_element div select{
 font-weight:600;
}

/* Input */
#sp_input{
 background-color:#3498db !important;
 border-color:#bdc3c7 !important;
}

/* Feed input */
#feed_input{
 width:1216px !important;
}

/* Division */
#header div{
 transform:translatex(0px) translatey(0px);
 color:#3498db;
 font-family:'Courier New',Courier,'Lucida Sans Typewriter','Lucida Typewriter',monospace;
 font-weight:700;
 font-size:20px;
}

/* Import Google Fonts */
@import url("//fonts.googleapis.com/css2?family=Abril+Fatface:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

/* Block */
#_results .block{
 background-color:#bdc3c7;
 margin-top:-10px;
}

/* Heading */
#_results .block h5{
 margin-top:-15px;
 margin-bottom:-15px;
}

/* Chunk */
#_results .chunk{
 background-color:#95a5a6;
 background-image:linear-gradient(to right, #a1ffce 0%, #faffd1 100%);
}

/* Bold Tag */
.chunk h3 b{
 margin-top:-22px;
}

/* Heading */
#_results .chunk h3{
 margin-top:-20px;
 font-family:'Courier New',Courier,'Lucida Sans Typewriter','Lucida Typewriter',monospace;
}

/* Heading */
#_results .chunk h2{
 font-family:'Abril Fatface', display;
}

