
.la_viewer {
	position: relative;
    margin: 0 auto;
}

.la_viewer_scrollable {
	position: relative;
    margin: 0 auto;
    overflow-x:auto;
    overflow-y:visible;
}

.la_viewer_tag {
	position: absolute;
    top: 0;
    left: 0;
}

.la_viewer_main {
	position: absolute;
    top: 0;
    left: 20px;
}

#mergeImg {
	overflow-x:auto;
    overflow-y:visible;
}

.ga_section {
	position: relative;
    margin: 0 auto;
}

.ga_viewer {
	position: fixed;
    bottom: 0;
    margin-left: 20px;
    overflow-x:auto;
    overflow-y:visible;
}

/* Throbber on the GA */

.container {
	position:relative;
	margin-left:0;
}

.loader {
	border: 16px solid #FFB400;
  border-radius: 50%;
  border-top: 16px solid #FF6600; 
  width: 40px;
  height: 40px;
  margin-left: 50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
