﻿div.paginate{
   margin: auto;
}
div.paginate input[type=button]:hover{
    cursor: pointer;
}
div.paginate input[type=button]{
   color: #000;
 	 background: #fff;    
 	 font-size: 14px;    
    line-height: 37px;
    transition: all 0.3s ease 0s;
  	 padding: 0 12px;
  	 margin-right: 4px;
  	 margin-left: 4px;
  	 text-decoration: none;
  	 border:1px solid #000;	line-height:30px;font-weight:bold;

  	 }
div.paginate input[type=button].active{
     background: #000000;
   	 color: #fff;    
   	 font-weight: bold;
}
div.paginate input[type=button]:disabled{
    color: grey!important;
    cursor: not-allowed;
     border:1px solid grey;
}

div.paginate input[type=number]#paginate_page_to_go{
    max-width: 3rem;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #362e7d;
    padding: 10px;
}
.myTable tr
{
	margin-bottom:5px;
	display:inline-block;
  width: 25%;	
}
.myTable1 tr
{
	margin-bottom:5px;
	display:block;
  width: 100%;	
}

@media only screen and (max-width: 991px) {
.myTable tr
{
	margin-bottom:5px;
	display:inline-block;
  width: 33.33%;	
}

}
@media only screen and (max-width: 767px) {
.myTable tr
{
	margin-bottom:5px;
	display:inline-block;
  width: 100%;	
}
div.paginate{
   padding: 2px;    margin: auto;  text-align:center;

}

 }
