﻿.EditableTable tr.RowControlGroup .ControlActions .SaveRowAction,
.EditableTable tr.RowControlGroup .ControlActions .CancelRowAction,
td.RowWithAddAction a
{
    color:#56ae51;
}
.phone .ThemeGrid_Width3 {
    width: 100%;
}

.phone .ThemeGrid_Width3.ThemeGrid_MarginGutter{
    margin-left: 0px;
}

.phone .ThemeGrid_Width6 {
    width: 100%;
}

.Error_Message{
    color: #bf1601;
    display: block;
    font-size: 11px;
}

.Second_Button_css{
    width:100%;
    margin-left: 0px;
    margin-top: 10px;
}

.phone .Button{
    width: 100%;
    margin-left:0px;
    margin-top:10px;
}

.phone .mineContainer{
    width: 100%;
    margin-left: 0px;
}

.phone .g-recaptcha{
    transform: scale(.77);
    transform-origin: 0 0;    
}
.Link{
    color: #a5d38e;
    text-decoration: underline;
}