@import url(http://fonts.googleapis.com/css?family=Laila:400,700);



br { display: block; line-height: 1.6em; } 

input, textarea { 
  -webkit-font-smoothing: antialiased;
  outline: none; 
}

strong, b { font-weight: bold; }
em, i { font-style: italic; }

h1 {
  display: block;
  font-size: 3em;
  line-height: 1.4em;
  text-align: center;
  color: #000;
  text-shadow: 1px 1px 0 #fff;
  margin: auto;
}
.reg_info p{
  font-size: 18px;
  color: #000;
  padding: 2% 5% 1% 5%;
}
.reg_info{
  width: 80%;
  margin-left: 10%;
  text-align: justify;
}

/** form field **/
form {
  display: block;
  margin: 10px;
  overflow: hidden;
  background: rgba(156, 156, 156, 0.5);
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  font-size: 0;
  width: 80%;
  margin-left: 10%;
}

form > div > label {
  display: block;
  padding: 20px 20px 10px;
  vertical-align: top;
  font-size: 14px;
  font-weight: 100;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
}
form > div.switch > label {
  padding: 16px 20px 13px;
}

.col-2, .col-3, .col-4 { 
  border-bottom: 1px solid #e4e4e4;
}

form > div > .col-4 {
  height: 86px;
}


label > input {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 27px;
  margin: 5px -5px 0;
  padding: 7px 5px 3px;
  border: none;
  outline: none;
  color: #93256A;
  font-size: 14px;
  opacity: 1;
  transition: all linear .3s;
}

.col-submit {
  text-align: center;
  padding: 20px;
}

label > select {
  display: block;
  width: 100%;
  padding: 0px;
  color: #93256A;
  margin: 10px 0 2px;
  background: #fff;
  border: none;
  outline: none;
  font-size: 14px;
  opacity: 1;
  transition: all linear .3s;
}

label > input:focus, label > select:focus {
  opacity: 1;
}
input#skills{
  min-height: 120px;
}

/** button design based on http://codepen.io/guvootes/pen/eyDAb **/
button {
  height: 35px;
  border: none;
  border-radius: 4px;
  margin: 0 0 15px 0;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
  overflow: hidden;
  outline: none;
}

button.submitbtn {
  background: #93256a;
  cursor: pointer;
  color: #fff;
}
button.submitbtn:hover {
  background-image: -moz-linear-gradient(#8ab959, #7eaf4a);
  background-image: -webkit-linear-gradient(#8ab959, #7eaf4a);
  background-image: linear-gradient(#8ab959, #7eaf4a);
}
button.submitbtn:active {
  height: 34px;
  border-bottom: 0;
  margin: 1px 0 0 0;
  background-image: -moz-linear-gradient(#7eaf4a, #8ab959);
  background-image: -webkit-linear-gradient(#7eaf4a, #8ab959);
  background-image: linear-gradient(#7eaf4a, #8ab959);
  -moz-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
}


/** responsive design **/
@media(min-width: 850px){
  form > div { display: inline-block; }
  .col-submit { display: block; }
  
  .col-2, .col-3, .col-4, .col-12 { box-shadow: 1px 1px #e4e4e4; border: none; }
  
  .col-2 { width: 50%}
  .col-3 { width: 33.3333333333% }
  .col-4 { width: 25% }
  
  .col-submit button { width: 30%; margin: 0 auto; }
}
/*----------------------------------------------------*/
table {
    /*font-family: arial, sans-serif;*/
    border-collapse: collapse;
    width: 100%;
}


td, th {
    border: 1px solid #fff;
    text-align: left;
    padding: 8px;
    font-size: 14px;
    font-weight: inherit;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
}
th{
  color: #93256a;
  font-size: 17px;
  font-weight: inherit;
  background-color: #63c8d0;
  text-align: center;
}

.inner tr:nth-child(odd) {
    background-color: #729898 ;
    }
tr:nth-child(even) td {
  color: #fff;
  background-color: #93256a ;
  }
  td:nth-child(odd){
    text-align: center;
  }
  /*.min_tab{
    min-height: 32em;
    background-image: url('../img/ecg.png');
    background-size: cover;
  }*/