.xPopup .item h3 {
    font-size: 20px;
    padding: 20px 30px;
    margin: 0;
    font-weight: normal;
}

.xPopup .item .fields {
    padding: 10px 20px 20px 20px;
    background-color: #F7F7F7;
    margin-bottom: 20px;
}

.xPopup .item legend {
    padding: 8px 0 8px 2px;
    color: #555;
}

.xPopup .item .fields h4 {
    padding: 10px 20px 10px 30px;
    background-color: #EAEAEA;
    margin: 10px 0 10px -20px;
    width: 30%;
}

.xPopup .item table {
    border-collapse: collapse;
    background-color: #FFF;
    width: 100%;
    box-sizing: border-box;
}

.xPopup .item td {
    border: 1px solid #999;
    padding: 5px 10px;
}

.xPopup .item tr:nth-child(2n) { background-color: #FCFCFC; }

/* mobile & tablet */
@media (max-width: 799.999px) {
    .xPopup .item { width: 100vw; }
}

/* tablet & desktop */
@media (min-width: 800px) and (max-width: 1279.999px) {
    /* INFO: .xPopup > div { margin: 40px; } */
    .xPopup .item { width: calc(100vw - 80px); }
}

/* desktop */
@media all and (min-width: 1280px) {
	.xPopup .item { width: 1200px;	}
}
