.axvdocsearch-search .button1:before,.axvdocsearch-search .button2:before,.axvdocsearch-search .button3:before,.axvdocsearch-search .buttonlike:before{
    content:"";
    position:absolute;
	background-color:#e6e6e6;
    height:100%;
	width:100%;
    top:0;
    left:0;
    border-bottom:3px solid rgba(0,0,0,0.2);
    opacity:100%;
    transition:transform 0.4s ease-out, opacity 0.1s linear
}

.axvdocsearch-search .cell-right td td select[multiple="true"]{
    min-width:300px !important;
}

.axvdocsearch-search .cell-right>table>tbody>tr>td>table>tbody>tr td{
    width:100%;
}
.axvdocsearch-search .cell-right>table>tbody>tr>td>table>tbody>tr {
    display: block;
}