.ability {
    background-color: #f7f7f7;
}
.path {

    padding-top: 30px;

    font-size: 14px;

    padding-bottom: 18px;
}
.path p{

}
.path :hover{
    cursor: default;
}


.abilityDetail {
    display: flex;
}
.Navbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 13px;
}
.instrumentTable {
    width: 100%;
    margin-top: 18px;
    margin-left: 15px;
    background-color: white;
}
.abilityTitle {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    background: white;
    box-shadow: 1px 1px 5px #c3c3c3;
    padding: 20px;
}
.abilityTitle h4{

    padding-block: 47px;

    color: white;

    width: 330px;

    height: 50px;

    font-weight: 500;

    background-size: contain;
    line-height:50px;

}
.abilityTitle p{

    font-size: 15px;

    padding-block: 20px;

    margin-bottom: 1px;

    background-color: white;

    width: 330px;
}
.abilityTitle h4:hover{
    cursor: default;
}
.abilityTitle p:hover{
    cursor: pointer;
}
.search {
    position: relative;
    display: inline-block;
    //border: 1px solid;
    border-radius: 30px;
    padding-right: 10px;
    top: 10px;
}
.search input {
    border: none;
    border-radius: 30px;
    outline: none;
    padding-left: 10px;
    //height: 0px;
}
.search a {
    align-items: center;
}
.search a img{
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 5px;
}
.projectTitle {
    display: flex;
    justify-content: space-around;
    padding-block: 17px;
    height:50px;
    line-height:50px;
}
.projectTitle b{

    width: 50%;

    text-align: center;

    font-size: 18px;
}
.tebleOverflow {
    overflow: auto;
    height: 905px;
    position: relative;
}
.tebleOverflow .tebleOverflow-pages{
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.instrumentName {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-block: 26px;
    border-top: 1px solid #ebebeb;
    padding:10px 0px;
}
.instrumentName p{

    width: 50%;

    text-align: center;

    font-size: 14px;

    padding-inline: 5px;
}


.projectTitle{
    padding-block:0px;
}
.instrumentName p{
    overflow: hidden;
}
.abilityTitle h4{
    padding-block:0px;
}
@media (max-width:1250px){
    .abilityDetail{
        display: block;
        padding-bottom: 30px;
    }
    .instrumentTable{
        margin-left:0px;
        padding: 10px;
    }

    .projectTitle{
        height:100%;
        align-items: center;
    }
    .instrumentName p{
        overflow: hidden;
    }
    .instrumentName{
        border-top:1px solid #c3c3c3;
    }
    .tebleOverflow{
        height:unset;
    }
    .container{
        width:100%;
    }
    .Navbar{
        flex-direction:unset;
        margin-top:unset;
        margin-bottom: 30px;
    }
    .search{
        margin-left:10px;
    }
    .abilityTitle{
        display: none;
    }
    .abilityTitle2{
        display: block !important;
        margin-top: 21px;
    }
    .path{
        font-size: 20px;
    }
    #stype{
        font-size: 15px;
        padding: 7px;
    }
    #dosearch{
        right:40px!important;
        height:25px!important;
        width:25px!important;
    }
    #content{
        height:40px !important;
        font-size: 30px;
    }
}
@media only screen and (orientation: portrait) {
    .container {
        width: 94%;
        padding: 0 2%;
    }
    .abilityDetail{
        display: block;
        padding-bottom: 30px;
    }
    .instrumentTable{
        margin-left:0px;
        padding: 10px;
    }
    .projectTitle b{
        font-size:33px;
    }
    .projectTitle{
        height:100%;
        align-items: center;
    }
    .instrumentName p{
        font-size:30px;
        overflow: hidden;
    }
    .instrumentName{
        border-top:1px solid #c3c3c3;
    }
    .tebleOverflow{
        height:unset;
    }
    .container{
        width:100%;
    }
    .Navbar{
        flex-direction:unset;
        margin-top:unset;
        margin-bottom: 30px;
    }
    .search{
        margin-left:10px;
    }
    .abilityTitle{
        display: none;
    }
    .abilityTitle2{
        display: block;
        margin-top: 21px;
    }
    .path{
        font-size: 20px;
    }
    #stype{
        font-size: 35px;
        padding: 7px;
    }
    #dosearch{
        right:60px!important;
        height:35px!important;
        width:35px!important;
    }
    #content{
        height:55px !important;
        font-size: 30px;
    }
}
