.main-menu-nav-primary .inner.inside-c-tb .main-menu-1-1 .menu.nav-menu>.menu-item, #main-menu .inner.inside-c-tb .main-menu-1-1 .menu.nav-menu>li.menu-item {
    width: 9%;
}

.facultypage .views-view-grid.horizontal {
    text-align: center;
    font-size: 16px;
    padding: 10px;
}
.facultypage .views-view-grid.horizontal .views-col a{
  display:block;
  padding:20px;
}
.block-region-right .field.field-name.field-type-string.field-label-hidden.field-item {
    padding: 20px 30px;
    font-size: 16px;
    background: #ECECEC;
    border-left: 10px solid #069;
}
.linkbutton {
    background-color: #04BEBB;
    color: #FFF;
    display: flex;
    height: 100px;
    padding: 15px 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.linkbutton a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color:#FFF;
    font-size:18px;
    font-weight:600;
    
}
.linkbutton svg {
    width: 30px;
    height: 30px;
    margin-right:6px;
}
.linkbutton.nt{
   background-color: #1992BD;
}

/*********** table *********/
table>tbody>tr>td, table>thead>tr>td, table>tfoot>tr>td, table>tbody>tr>th, table>thead>tr>th, table>tfoot>tr>th {
    border: 1px solid #c6c6c6;
}
table {
    border: 1px solid #c6c6c6;
}
table p{
	margin-bottom:0;
}
.table{
margin-top:5px;
}

.table thead tr th {
    font-size: 16px !important;
    background: #005826;
    letter-spacing: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight:600;
    text-align: center;
    border-bottom: 0;
    color:#FFF;
}
.table thead tr th p{
      font-size:15px !important;
}
.table p{
  font-size:16px;
  margin:0;
  line-height:150%;
}
.table tbody tr:nth-child(odd) {
    background:#FFF;
}
.table tbody tr:nth-child(even) {
    background:#EEFFF5;
}
.table.normal tbody tr td {
    vertical-align: top;
}
.table tbody tr td {
   line-height: 180%;
}
