﻿@media (min-width: 992px) {
    .messaggio-morosi, .morosi-dettaglio__send-info--success, .morosi-dettaglio__send-info--error {
        max-width: 67%;
        margin: auto;
    }
}
@media(min-width: 768px){
    .morosi-dettaglio__tabella {
        width:90%;
        margin:auto;
    }
}
.morosi-dettaglio__tabella td {
    padding:8px;
}

.morosi-dettaglio .panel-body {
    background-color: rgb(255,253,231);
    background-color: rgba(255,253,231, .9);
}

.morosi-dettaglio__tabella tr:nth-child(even) {
    background-color: gainsboro;
}

.morosi-dettaglio__tabella tr:nth-child(odd) {
    background-color: RGB(255,253,233);
}

.morosi-dettaglio__tabella th {
    background-color: #F7F6C6;
    font-weight: bold;
    padding: 8px;
    text-align: center;
}

.morosi-dettaglio__tabella__footer td {
    vertical-align:top;
}

.morosi-dettaglio__tabella__footer p {
    margin-bottom: 2px;
}

.morosi-dettaglio__tabella__footer p:first-child {
    text-align: right;
    font-weight:bold;
}

.morosi-dettaglio__info {
    margin:20px auto 0 auto;
    width:90%;
}