/*
    Document   : rcmaq_connect
    Created on : 18-Jan-2018, 10:17:07 PM
    Author     : martelp
    Description:
        Purpose of the stylesheet follows.
*/

.ActionContainer
{
    width: 36%;
    position: relative;
    display: flex;
    flex-direction: column;

    margin: 100px auto auto;
    padding: 40px;
    box-shadow: 5px 5px 25px rgba(0, 79, 124, 0.4);
    background-color: rgba(255, 255, 255);
    font-weight: bold;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

#DataBanner .ActionModifyForm
{
    position: relative;
    display: flex;
    flex-direction: column;
}

.ModifyActions
{
    margin: 20px 0 0;
}

.ActionModifyForm
{
    width: 100%;
}

.ActionModifyForm tbody tr td:first-child
{
    text-align: right;
}