/*
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 : Aug 9, 2018, 11:01:05 AM
    Author     : jta
*/

.question {
    border-style: solid;
    border-width: 1px;
    border-color: #DDD;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    
    color: #666;
    font-weight: bold;
    
    text-align: center;
    padding: 20px;
   
    width: 60%;
    background-color: #FFFEEE;
}

.question input[type=text], select {
  width: 80%;
  padding-left: 12px ; 
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.question input[type=submit] {
    margin: auto;
    display: block;
    width: 40%;
}
  
.question button {
    width: 25%;
    display: block;
    margin-top: 28px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    
}
.btnSubmit{
    width: 40%;
    display: block;
    
}
.invisitabs {
    
}
