﻿.views-account {
}

    .views-account .content {
        background-color: #ffffff;
        border-radius: 6px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        max-width: 1000px;
        padding: 20px;
    }
.views-account .AccountInfoNote .note-icon {
    color: #173A67;
    font-weight: bold;
    margin-left: 6px;
}

    .views-account .AccountInfoNote .note-icon {
        color: #173A67;
        font-weight: bold;
        margin-left: 6px;
    }
    .views-account .AccountInfoNote {
        background: #f5f5f5;
        border-right: 4px solid #173A67;
        padding: 10px 14px;
        margin: 12px 0 16px;
        font-size: 14px;
        color: #333;
        border-radius: 4px;
    }