.idl{
    width: calc(100% - 20rem);
    float: left;
    display: inline-block;
    text-align: center;
}

.idldomes{
    height: 16.2rem;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.night .idldomes{
    border: 1px solid #444;
}

.idldomes>div{
    width: 12rem;
    height: 12rem;
    position: relative;
    box-shadow: 0 0 5px #bbb;
    border-radius: 6px;
    overflow: hidden;
}

.idldomes>div img{
    width: 100%;
    height: 100%;
}

.idldomes>div>div{
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    background-color: #ff7503;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.idldomes>div>div span{
    color: #fff;
    font-family: "Helvetica,Arial,sans-serif";
    letter-spacing: 6px;
    font-size: 22px;
    display: inline-block;
}

/**************************************************/

.action-bar button:nth-child(3){
    background-color: #795548;
}

/**************************************************/

.idr{
    width: 20rem;
    display: inline-block;
    float: right;
    padding: 0 0 0 0.75rem;
}

.idr>div{
    padding: 0.25rem;
    border: 1px solid #eee;
    margin-bottom: 0.75rem;
    border-radius: 4px;
}

.idr>div:last-child{
    margin-bottom: 0;
}

.night .idr>div{
    border: 1px solid #444;
}

@media screen and (max-width: 1140px){
    .idl {
        width: 100%;
    }
    .idldomes {
        height: auto;
        padding: 1rem 0;
    }
    .idr{
        width: 100%;
        padding: 0 0 0 0;
        margin-top: 0.75rem;
    }
}

@media screen and (max-width: 314px){
    .idr>div span {
        padding: 5px 5px;
    }
}

/**************************************************/

@media screen and (max-width: 390px) {
    .action-bar {
        padding: 0.5rem !important;
    }
    .action-bar button:nth-child(1) {
        width: calc(50% - 0.25rem);
        float: left;
    }
    .action-bar button:nth-child(3) {
        width: calc(50% - 0.25rem);
        float: right;
        margin-top: 0;
    }
    .action-bar button:nth-child(4) {
        width: 100%;
        float: left;
        margin-top: 0.5rem;
    }
}