/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10 Jan, 2017, 1:39:54 PM
    Author     : CodersGround
*/

table.engagespot_wrapper {
    width: 100%;
}
table.engagespot_wrapper {
    width: 100%;
    border-spacing: 25px;
}
table.engagespot_wrapper th {
    width: 10%;
    text-align: left;
}
table.engagespot_wrapper td {
    width: 90%;
    text-align: left;
}
table.engagespot_wrapper td input[type="text"] {
    width: 50%;
}
.success {
    border: 1px solid green;
    padding: 8px;
    margin-bottom: 17px;
    background-color: rgba(0, 128, 0, 0.16);
    font-weight: bold;
}