/*
Theme Name: Rent Manager Core
Text Domain: rmcore
*/

.theme-dev-note {
    padding: 1em;
    text-align: center;
    font-family: 'Arial',sans-serif;
    font-size: 90%;
    color: #bbb;
}

.theme-dev-note ul{
    list-style-position: inside;
}


@media screen and (min-width:500px){
    .main-wrapper.has-sidebar .main {
        display: flex;
    }

    .main-wrapper.has-sidebar article {
        flex: 1 1 70%;
    }

    .main-wrapper.has-sidebar .sidebar {
        flex: 1 1 calc( 30% - 1em );
        margin-left: 1em;
    }


}