img.img_md_src {
	width: 150px;
	height: 150px;
}

.img_prest img:last-child{display:none}
.img_prest:hover img:first-child{display:none}
.img_prest:hover img:last-child{display:inline-block}

.img_gfl img:last-child{display:none}
.img_gfl:hover img:first-child{display:none}
.img_gfl:hover img:last-child{display:inline-block}

.img_abon img:last-child{display:none}
.img_abon:hover img:first-child{display:none}
.img_abon:hover img:last-child{display:inline-block}

.text-left {
    text-align:left;
}
.text-justify {
    text-align:justify;
}
.vert-middle {
    vertical-align: middle;
}
.w-100-p {
    width: 100%;
}
.choose-this {
    color: red;
}

#footer-v3 p {
    color:#ccc;
    font-size:13px;
}

#avizexp thead tr th {
    background-color:#307931;
}