.green-btn-large {
    font-size: 22px;
    margin-bottom: 20px;
    color: #FFF;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;       
    line-height: 1.42857;
    padding: 6px 12px;                  
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #2DB504;
    border: 1px solid #239601;
}

.blue-btn-large {
    font-size: 22px;
    margin-bottom: 20px;
    color: #FFF;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;       
    line-height: 1.42857;
    padding: 6px 12px;                  
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #286090;
    border: 1px solid #204D74;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

