﻿.code {
    font-family: Consolas,'Lucida Console',Monaco,monospace;
    padding: 0.5rem 0.9rem;
    margin: 0.5rem 1.5rem 2rem 1.5rem;
    background-color: #eee;
    font-size: .9rem;
    line-height: 1.3rem;
    text-align: left;
    border: solid 1px #eef;
    border-radius: 3px;
    overflow: auto;
    color: #000;
}

.ModalPopup {
    background-color: #666699;
    opacity: 0.3;
}

.PopupHeader {
    font-weight: bold;
    font-size: 17px;
}

.CadenasPopup {
    min-width: 300px;
    min-height: 150px;
    background: white;
    padding: 10px;
}
