﻿body {
    margin: 0px;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #d10810;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #13253a;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.center {
    text-align:center;
}

@media only screen and (min-width:930px) and (max-width: 1149px) {
    .lblFooter {
        font-size:20px;
    }
}

@media only screen and (min-width:840px) and (max-width: 929px) {
    .lblFooter {
        font-size:18px;
    }
}

@media only screen and (min-width:768px) and (max-width: 839px) {
    .lblFooter {
        font-size:16px;
    }
}

.shadow:hover{
	box-shadow: 0px 7px 10px 10px  #888888;
	padding:0px;
}

/*@media only screen and (min-width:656px) and (max-width: 749px) {
    .lblFooter {
        font-size:14px;
    }
}*/

/*@media only screen and (min-width:568px) and (max-width: 655px) {
    .lblFooter {
        font-size:12px;
    }
}

@media only screen and (min-width:0px) and (max-width: 567px) {
    .lblFooter {
        font-size:10px;
    }
}*/