﻿.notifications_AddNotification_Container {
    width: 500px;
    height: auto;
    padding: 10px;
    background-color: lightgray;
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px solid gray;
    overflow: auto;
}

.notifications_Header {
    border-bottom: 1px solid lightgray;
    margin-bottom: 2px;
}

.notifications_Entry {
    background-color: antiquewhite;
    border-bottom: 1px solid lightgray;
    margin-bottom: 2px;
}

.notifications_Entry_LinkedAccount {
    width: 200px;
}

.notifications_Entry_EmailAddress {
    width: 250px;
}

.notifications_Entry_NotificationTypes {
    width: 200px;
}

.notifications_Entry_Options {
    width: 150px;
}
