﻿.ustavBlock {
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-top: 10px;
}

    .ustavBlock h5 {
        text-align: center
    }

    .ustavBlock p.comment {
        color: #7c7c7c;
        font-style: italic;
    }

        .ustavBlock p.comment span {
            font-weight: normal;
        }

    .ustavBlock p.commentP {
        color: #ec5c5c;
        font-style: italic;
        font-weight: bold;
    }

        .ustavBlock p.commentP span {
            font-weight: normal;
        }

    .ustavBlock p.textP {
        font-weight: bold;
    }

    .ustavBlock p.titleP {
        margin-top: -35px;
        margin-left: 40px;
    }

        .ustavBlock p.titleP span {
            font-weight: bold;
        }

    .ustavBlock p.pNumber {
        width: 20px;
        height20px;
        background-color: orange;
        color: white;
        text-align: center;
        border-radius: 10px;
    }
