﻿div.paginate{
   margin: auto;
   padding-bottom:25px;
}
div.paginate input[type=button]:hover{
    cursor: pointer;
}
div.paginate input[type=button]{
	color: #000;
 	 background: #fff;
	font-size: 12px;
	font-weight: bold;
    line-height: 30px;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
  	 padding: 0 12px;
  	 margin-right: 4px;
  	   	 margin-left: 4px;
  	 text-decoration: none;
  	 border:1px solid #000;
  	 border-radius:0;
  	 }

div.paginate input[type=button].active{
     background: #000;
  	 color: #fff;    font-weight: bold;
}
div.paginate input[type=button]:disabled{
    color: grey!important;
    cursor: not-allowed;
}

div.paginate input[type=number]#paginate_page_to_go{
    max-width: 3rem;
    text-align: center;
    border-radius: 4px;
    border: 1px solid rgba(128, 128, 128, 0.65);
    padding: 10px;
}
.myTable
{
	margin-bottom:30px;
}
.myTable tr
{

	display:inline-block;
  width: 33.33%;
}
.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: 50%;
}

}
@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;

}

 }
