#main.admin-view #toolbar {
	display: none;
}
/* snaha o eliminace dvojiteho borderu mezi prvni a druhou tabulkou */
#main.admin-view #content-main table.rozcestnik.table_1 {
	border-bottom: none;
}
#main.admin-view #content-main table.rozcestnik.links {
	border-top-color: #eeeeee;
}

div#postizena_obec_msg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 65px;
    margin-bottom: 10px;
    font-size: 12pt;
    background-color: #edf3fe;
}

.is_bootstrap div#postizena_obec_msg {
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 5px;
}

.is_bootstrap.dashboard div#postizena_obec_msg {
    margin: 0 12px 10px 12px;
}

div#postizena_obec_msg a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: inherit;
    padding: 10px;
    font-size: 15pt;
    text-decoration: underline;
    color: red;
}
