
body
{
	font-family: 'Raleway', sans-serif;
}


h5{
    text-align: center;
    text-decoration: none;  
}
  a:hover {text-decoration: none;}

.btn btn-link{
    text-decoration: none;
    font-size: 50px;
    
}
span.title{
    
    font-size: 30px;
}
.button_main{
  color: #CC0000; 
  background: #f3f4f3; 
  width: 100%; 
  border: 2px solid #777777; 
  border-radius: 5px; 
  text-align: center; 
  font-size: 19px; 
  font-weight: bold; 
  padding: 8px 0;
}
                        
.table {
    table-layout: auto;
 
}

td:hover {
background-color: #f5f5f5;
}

th {
    background-color:grey;
    color: white;
    font-weight: 700;
    text-align: center;
}

p{
text-align: justify;
padding-left: 3px;
}

td span {

	text-align: justify;
}
th.span {
    font-size: 10px;
}
td.invention {
	width: 80%;
	}

td.branch {
width: 25%;
 vertical-align: top;
}
