﻿body {
  
}
#row-search{
    margin-top:20px !important;
    margin-bottom:20px;
}
.page-item{
    font-size: 1rem;
}
.page-item:first-child .page-link{
    border-radius:0px;
}
.page-item:last-child .page-link{
    border-radius:0px;
}
.form-control{
    border-radius:0px;
    background-clip:unset;
}
.btn{
    border-radius:0px;
}


.label{
    font-size:1rem;
    box-sizing:border-box;
    background-color:rgba(220,217,247,.4);
    color:black;
    margin: 0 auto;
    text-align:center;
}
.label a{
    color:black;
}
input{
    font-size:1rem;
    width:300px;
    /*margin:3rem;*/
}
.resize{
    position: relative;
    height: 150px;
    display: block;
    background-position: 50% 50%;
    background-size:cover;
    box-sizing:border-box;
    cursor: pointer;
}
#table-species{
    width: 50rem;
    margin: 0 auto;
    min-height:750px;
}

#tableSpecies_wrapper{
    /*background-color:transparent;*/
     width: 80%;
  margin: 0 auto;

}
.no-footer{
    background-color:white;
}

/*thead {
  display:none;
}

table.dataTable.display tbody td {
    border-top: none;
}

 tbody tr:hover {
    background-color: white!important;
}

 tbody tr td:hover {
    background-color: red!important;
}*/

.vogel-img {
    height:150px;
}


.page-item{
    margin-left:5px;
}

