﻿.ccrow, .info {
    background-color: #eee;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 20px 0;
}

.info {
    background-color: aliceblue;
}

    .ccrow label, .info label {
        font-weight: bold;
    }

    .ccrow input[type='text'],
    .ccrow input[type='number'],
    .info input[type='text'],
    .info input[type='number'] {
        border: none;
        height: 45px;
    }

.porterHeadings {
    margin: 40px 0;
    text-align: center;
    background-color: #0061ffb8;
    padding: 20px 0;
    border-left: 10px solid #ff0008bf;
    color: white;
}
