.novosti {
    width: 100%;
}

.last-msg {
    display: none;
}

.last-msg-table {
    width: auto;
}

.toggle-hide {
    display: table-cell;
}

.toggle-hide.mydiv-table {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.mydiv-table {
    position: absolute;
    background-color: #f5f5f5;
    right: 20%;
}

.show1, .show2, .show3, .show4, .show5 {
    display: none;
}

@media (min-width: 1060px) {
    .show1 {
        display: block;
    }
}

@media (min-width: 935px) {
    .show2 {
        display: block;
    }
}

@media (min-width: 835px) {
    .show3 {
        display: block;
    }
}

@media (min-width: 765px) {
    .show4 {
        display: block;
    }
}

@media (min-width: 700px) {
    .show5 {
        display: block;
    }
}


@media (min-width: 1200px) {
    .novosti {
        width: 65%;
    }

    .last-msg-table {
        width: 35%;
    }

    .last-msg {
        display: unset;
    }

    .my-button-hide {
        display: none;
    }

    .mydiv-table {
        position: unset;
        background-color: transparent;
        right: unset;
    }

    .toggle-hide.mydiv-table {
        box-shadow: none;
    }
}