﻿body 
{
    font-family:'Roboto', Arial, sans-serif;
    font-size: 14px;
    margin-top: 0;
    color: #000000;
	 line-height: 1.6; /* Adjust the value as needed */
    
}

body A
{
    color: #4f7497;
}


.lblQuestion
{
    margin-bottom: 12px;
    font-weight: normal;
    font-size: 18px;
    color: #002855;;
}

.lblQuestion2
{
    margin-bottom: 12px;
    font-weight: normal;
    font-size: 16px;
    color: #002855;
}


.lstAnswers
{
   color: #000;
}

.errMessages
{
    margin-bottom: 20px;
}

.errMessage 
{
    margin-bottom:10px;
}


.tableForm 
{
    font-family:'Roboto', Arial, sans-serif;
    font-size: 14px;
    border: 1px solid #d1d1cd;
}  

.spacedContentDiv 
{
  margin: 20px;  
}

.tableForm2
{
    border: none;
    margin-right: 1px auto;
    display:block;
      
}

.tableForm3
{
    font-family:'Roboto', Arial, sans-serif;
    font-size: 14px;
    border: 0px solid #d1d1cd;
    margin-top: 20px;
   
} 

.tableSummary
{
    font-family:'Roboto', Arial, sans-serif;
    font-size: 14px;
    border: 0px solid #d1d1cd;
    margin-top: 20px;
    display: block;
   
} 
  

.ballotTitle 
{
    font-size:x-large;
    margin-bottom: 30px;
    margin-top: 30px;
    
}

.formErrors 
{
    margin-top:20px;
	color: red;
}

.otherText 
{
    color: #000;   
}

.breakoutName
{
    color: #000; 
    font-weight: bold;  
}

.descText 
{
    color: #999;   
}


.dividerLine 
{
    border-bottom: 1px dotted #d1d1d1;
    margin-top: 20px;
    margin-bottom:20px;
}

.dividerLine2 
{
    border-bottom: 1px dotted #d1d1d1;
    margin-top: 5px;
    margin-bottom:5px;
}

.rowSpacer
{
    height: 1px;
}