.cerezUyari
{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background:#00599B;
    z-index: 9999999999999999999999;
    padding: 10px;
    font-size: 14px;
    color: #fff;
}

.cerezUyari p
{
    margin: 0;
    padding: 0;
    width:90%;
    float: left;
    color: #fff;
}

.cerezUyari p a
{
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
    transition: all .3s ease;
}

.cerezUyari p a:hover
{
    color: #000;
}

.cerezKabul
{
    float: right;
    /*padding: 0px 6px;*/
    color: #fff;
    /*border: 1px solid #fff;*/
    transition: all .3s ease;
    /* margin-top: 10px;*/
}

.cerezKabul:hover
{
    /*background: #333;*/
    /*border-color:#333;*/
    color: #000;
    text-decoration: none;

}