<style>
{
  box-sizing: border-box;
}

body {
  background-color: #f1f1f1;
  font-family: Roboto, sans-serif;
}

h2 {
  text-align: center;  
}

a {
 text-decoration: none;
 cursor: pointer; }
 a:hover {
 text-decoration: none; }


a.three:link {color:#ff0000;background:#FFCE33;s}
a.three:visited {color:#0000ff;background:#55C117;}
a.three:hover {background:#66ff66;}


p.big {
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-word;
}

div.c {
  text-align: right;
}

p.right {
  line-height: 1.5;
  text-align: right;
  text-justify: inter-word;
}
    
#regForm {
  background-color: #ffffff;
  margin: 100px auto;
  padding: 40px;
  width: 70%;
  min-width: 150px;
}

input:hover {
  opacity: 0.8;
}

input[type=button], input[type=submit], input[type=reset] {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 16px 16px;
  text-decoration: none;
  margin: 2px 2px;
  cursor: pointer;
  width: 170px;
  text-align: center;
}

.select {
 display: block;
 width: 500px;
 height: 36px;
 border: solid 1px #ced4da;
 background-color: #fff;
 outline: none;
 padding: 0px 10px;
 font-size: 14px;
 font-weight: 400;
 transition: all ease 0.3s;
 border-radius: 4px;
 text-align: left; }
 .select.is-large {
 padding: 0px 20px;
 height: 40px;
 font-size: 15px; }
 .select.error {
 border: 1px solid #dc3545; }
 
 .input {
 display: block;
 width: 500px;
 height: 36px;
 border: solid 1px #ced4da;
 background-color: #fff;
 outline: none;
 padding: 0px 10px;
 font-size: 14px;
 font-weight: 400;
 transition: all ease 0.3s;
 border-radius: 4px;
 text-align: left; }
 .select.is-large {
 padding: 0px 20px;
 height: 40px;
 font-size: 15px; }
 .select.error {
 border: 1px solid #dc3545; }

label{
 width: 80%;
 display: inline-block; 
 vertical-align: top;
}

.txt-center {
    text-align: center;
}

.hide {
    display: none;
}

.clear {
    float: none;
    clear: both;
}

.rating {
    width: 90px;
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: center;
    position: relative;
}

.rating > label {
    float: right;
    display: inline;
    padding: 0;
    margin: 0;
    position: relative;
    width: 1.1em;
    cursor: pointer;
    color: #000;
}

.rating > label:hover,
.rating > label:hover ~ label,
.rating > input.radio-btn:checked ~ label {
    color: transparent;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > input.radio-btn:checked ~ label:before,
.rating > input.radio-btn:checked ~ label:before {
    content: "\2605";
    position: absolute;
    left: 0;
    color: #FFD700;
}

textarea
{
  width:100%;
}

.likert li {
    float: left;
    list-style-type: none;
}

#table {
 font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
 border-collapse: collapse;
 width: 100%;
}

#table td, #table th {
 border: 1px solid #ddd;
 padding: 8px;
}

#table tr:nth-child(even){background-color: #fff;}



#table tr:hover {background-color: #fff2e8;}

#table th {
 padding-top: 12px;
 padding-bottom: 12px;
 text-align: center;
 background-color: #fff;
}
</style>