#rodo-info #rodo-close{
    position: relative;
    top: 3px;
    right: 3px;
    display: block;
    float: right;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    padding: 3px;
    cursor: pointer;
    z-index: 1000;
}

#rodo-info #rodo-close:hover{
    text-decoration: none;
    color: #a52f1a;
}

.rodo-content, .rodo-top, .rodo-bottom{
    position: relative;
    width: 100%;
}
.rodo-top{
    height: 10px;
}
.rodo-bottom{
    height: 40px;
    padding-top: 10px;
}
.rodo-settings{
    clear: both;
    font-size: 14px;
    line-height: 25px;
    padding: 20px 0;
}
.rodo-settings input{
    margin-right: 10px !important;
    float: left;
    display: block;
    width: 20px;
    position: relative;
    bottom: -6px;
}
.rodo-settings label{
    cursor: pointer;
}

#rodo-info {
    display: none;
    width: 100%;
    z-index: 999;
    position: fixed;
    bottom: 0;
}
#rodo-info-content {
    max-width: 1100px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 22px;
    padding: 5px 10px;
    text-align: left;
}
.rodo-bottom a.serwis {
    background: #a52f1a;
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    float: right;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
}
.rodo-bottom a.serwis:hover{
    background: #424746;
    text-decoration: none;
}

.rodo-bottom a.settings {
    color: #a52f1a;
    padding: 3px 10px;
    border-radius: 3px;
    text-transform: uppercase;
}


.rodo-content{
    position: relative;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    height: 200px;
}

/*
@media screen and (max-width: 600px) {
    .rodo-content {
        height: 200px;
    }
}
*/