﻿/* GO2LAX4LESS CSS STYLES */

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

.body { background-color: silver; margin-top: 10px; margin-bottom: 10px; }

.bold { font-weight: bold; }

.table-main { border-radius: 10px; background-color: #FFFFFF; height: auto; width: 365px; }
.table-2nd { border-radius: 10px; border: 5px solid #ACB1B9; background-color: transparent; height: auto; width: 346px; }

.font-xsmall { font-family: Arial, Helvetica, sans-serif; font-size: 13px; }
.font-small { font-family: Arial, Helvetica, sans-serif; font-size: 16px; }
.font-medium { font-family: Arial, Helvetica, sans-serif; font-size: 19px; }
.font-large { font-family: Arial, Helvetica, sans-serif; font-size: 22px; }
.font-xlarge { font-family: Arial, Helvetica, sans-serif; font-size: 25px; }

.font-color-1 { color: #999999 }
.font-color-2 { color: #000000 }
.font-color-3 { color: #FFFFFF }

.button-xsmall { border-radius: 0; border: none; text-align: center; font-family: Arial, Helvetica, sans-serif; font-weight: 300; font-size: 19px; color: #FFFFFF; cursor: pointer; height: 60px; width: 154px; }
.button-small  { border-radius: 0; border: none; text-align: center; font-family: Arial, Helvetica, sans-serif; font-weight: 300; font-size: 20px; color: #FFFFFF; cursor: pointer; height: 60px; width: 156px; }
.button-medium { border-radius: 0; border: none; text-align: center; font-family: Arial, Helvetica, sans-serif; font-weight: 300; font-size: 21px; color: #FFFFFF; cursor: pointer; height: 60px; width: 320px; }
.button-large  { border-radius: 0; border: none; text-align: center; font-family: Arial, Helvetica, sans-serif; font-weight: 300; font-size: 22px; color: #FFFFFF; cursor: pointer; height: 60px; width: 345px; }

.bg-color-1 { background-color: #488C4C; }
.bg-color-2 { background-color: #F37735; }
.bg-color-3 { background-color: #ACB1B9; }
.bg-color-4 { background-color: #D32F2F; }

