﻿.row {
    /*clear: both;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;*/
}

.gridly {
    position: relative;
    width: 100%;
    /*width: 1200px;*/
}

.brick.small {
    /*width:45%;*/
    width: 575px;
    height: 450px;
    /*height: 300px;*/
    font-size: 100%;
}

.brick.large {
    width: 100%;
}

.brick {
    /*background: #ccc;*/
    text-align: center;
    line-height: 140px;
    cursor: move;
    overflow-y: auto;
}

    .brick p {
        text-align: left;
    }

.brick-text {
    text-align: left;
}

.brick.large {
    background: #fff
}

ul {
    list-style: none;
    margin: 0px;
}

body {
    /*padding: 40px;*/
}

.brick-cards {
    overflow-y: hidden;
}

.brick-chart {
    overflow-y: hidden;
}

.brick .delete {
    display: block;
    background: rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    position: absolute;
    text-align: center;
    line-height: 40px;
}

.brick-address{
    text-align:initial;
}