﻿
#SDC{
	display:none;
}



/* Tablet Layout: 481px to 641px. Inherits styles from: Mobile Layout.*/



@media only screen and (min-width: 1150px) {
#SDC{
    display:block;
    position:absolute;
    left: 5%;
    margin-bottom: 10px;
    bottom: 0px;
    padding: 5px;
    font-size:20px;
    background:#000;
    color:#FFF;
}
#SDC:hover{
    box-shadow: 0px 15px 10px -10px #000000;
}
}


