﻿/*--------------------------------------------------------------*/
/* General HTML overrides for Spydus OPAC                       */
/* Customer specifics to be included after the import statement */
/*--------------------------------------------------------------*/

@import url("/docs/OPAC/style/spydus_spydus.css");

/*--------------------------------------------------------------*/
/* 
#headerRow1 {
    padding: 0;
    margin: 0;
    height: 128px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #616365;
    margin-bottom: 1px;
} */


/* Get the App container */
#divtabAPP {
	/* background:linear-gradient(#fff,#f3f3f3); */
	height:100%;
	padding-left:20px;
	display:block;
}

#appImg {
	width:220px;
	margin:10px;
}

#playLink {
	float:right;
	margin-top:-260px;
	margin-right:30px
}

#iTunesLink {
    float: right;
    margin-top: -170px;
    margin-right: 45px;
}

#appText {
    float: right;
    margin-top: -90px;
    max-width: 220px;
    margin-right: 40px;
}

@media (max-width:1200px) {
	#divtabAPP {
	  padding-left:0;
	 /*  margin:0 30px; */
	}
	#appImg {
	  margin:0;
	}
	#playLink {
	  margin-right:0;
	}
	#iTunesLink {
	  margin-right:15px;
	}
	#appText {
	  max-width: 210px;
      margin-right: 20px;
	}
}

@media only screen and (min-width: 551px) and (max-width: 991px) {
	#divtabAPP {
	  margin: 0 30px;
	}
}

@media only screen and (max-width:550px) and (orientation:portrait){
	#divtabAPP {
	  padding-left:0;
	  width:100%;
	  text-align:center;
	}
	#appImg {
	  margin:auto;
	  margin:auto;
	}
	#playLink {
	  margin:auto;
	  float:none;
	}
	#iTunesLink {
	  margin:auto;
	  float:none;
	}
	#appText {
	  margin:10px;
	  float:none;
	  max-width:350px;
	  text-align:left;
	}
}
/* Ends */
