.CollaborateContainer{
    min-height: 500px;
}
.Collaborate > div > div{
    margin-top: 50px;
}
.Collaborate h4{
    color:#0088e0;
    border-bottom: 1px solid gray;
}

.Collaborate input[type='text']{
    height: 26px;
    border-radius: 0;
    border: 1px solid black;
}
.Collaborate button{width: 100px;}
.Collaborate button,.Collaborate input[type='submit']{
    color: black;
    border-radius: 0;
    border: 1px solid black;
    background-color: lightgray;
    padding: 2px 30px 2px 30px;
}
.Collaborate .Pending table td:first-child{
    width: 40%;
}
.Collaborate .Pending form{
    float: left;
    margin-right: 5px;
}
#collaborate-add-seat{
    text-decoration: none;
    color: black;
}

#collaborate-add-button{
    color: black;
    border-radius: 0;
    border: 1px solid black;
    background-color: lightgray;
    padding: 2px 83px 2px 20px;
}

/* Accounts History*/
#response_history{
    clear: both;
    padding-top: 20px;
    margin:20px auto;
}

.btn-03{
    margin: 0;
    color: black;
    text-decoration: none;
    padding: 3px 18px;
    height: 15px;
    background-color: #e6e6e6;
    border:1px solid black;
}
.btn-03:hover{
    color: black;
    text-decoration: none;
    background-color: #c5c5c5;
}

/*  Accounts information update  */
#update-payment .CountryState div{
    margin: 0;
    padding: 0;
}
#update-payment #country,
#update-payment #state,
#update-payment .postal-inputs{
    width: 100%;
}
#update-payment .CountryState div:nth-child(n+2){
    margin-left: 4%;
}

#update-payment .YearMonth [data-recurly] > div{
    margin-left: 0;
}
