﻿.js-api-notification{
    position: fixed;
    width: 600px;
    height: 80px;
    border-radius: 4px;
    background: rgba(251,234,183,0.9);
    text-align: center;
    margin-left: 200px;
    top: 44%;
    box-shadow: 0px 0px 20px rgb(255,255,255);
}
.js-api-notification span{
    padding-top: 20px;
    display: inline-block;
    font-weight: bold;
}