<>
#top_line_notice {
width: 100%;
height: auto;
min-height: 95px;
box-sizing: border-box;
padding: 10px;
/*background-color: #eaffe0;*/
background-color: #f2f5d8;
/*color: #8c9587;*/
color: #8f9185;
display: -webkit-box; /* Old iOS 6-Safari 3.1-6 */
display: -moz-box; /* Old FF 19- */
display: -ms-flexbox; /* Old IE 10 */
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center; /* Old Webkit */
-moz-justify-content: center; /* Old FF */
-ms-justify-content: center; /* Old IE */
justify-content: center;
align-items: center;
text-align: center;
}
#top_line_n_text {
margin: 0 auto;
padding: 0 10px 0 0;
text-align: center;
font-size: 80%;
}
#top_line_n_b svg {
margin: 10px;
padding: 5px;
/*background-color: #d5e3cd;*/
background-color: #d9dbc7;
border-radius: 4px;
cursor: pointer;
opacity: 0.5;
}
#top_line_n_b svg:hover {
opacity: 1;
}
>
Your text will be saved in your browser storage as draft automatically.