
#divReaderActivator {
    top: 5px !important;
    float: right;
    /*background-color: grey;
    border-radius: 53px;*/
}

.gdprcookie-buttons button {
    color: white!important;
}
#tablemakemelookgood
{
	margin:0 auto;
	text-align:center;
}
#tablemakemelookgood td
{
	width:33%;
	border:1px solid #c0c0c0;
	padding:1%;
}
#tablemakemelookgood2
{
	margin:0 auto;
	text-align:center;
}
#tablemakemelookgood2 td
{
	width:5%;
	border:1px solid #c0c0c0;
	padding:1%;
}
#tablemakemelookgood3
{
	margin:0 auto;
	text-align:center;
}
#makemeresponsive
{
    float: left;
    width: 20%;
    padding: 2%;
    height: 250px;
}
#makemeresponsive img
{
	width:98%;
	    border: 1px solid #efefef;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
	transition: transform .2s; /* Animation */
}
#imageModal .thumb 
{
    text-align: center;
}
.img-thumbnail
{
	max-height:300px;
	transition: transform .2s; /* Animation */
	border: 1px solid #efefef;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
}
.img-thumbnail:hover
{
  transform: scale(1.05); /* (110% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
#makemeresponsive img:hover {
  transform: scale(1.05); /* (110% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
@media only screen and (max-width: 1200px)
{
#makemeresponsive
{
    width: 25%;

}	
}
@media only screen and (max-width: 992px)
{
#makemeresponsive
{
    width: 33%;

}	
}
@media only screen and (max-width: 767px)
{
#makemeresponsive
{
    width: 50%;

}	
}