/* CSS styling from deprecated plotviz code needed for PCA plot */
div.button-box {
    float: left;
    border: solid 1px #ccc;
    border-right: none;
    padding: 7px 10px 7px 10px;
    background-color: #eee;
}

.button {
    float: left;
    font-size: 12px;
    border: solid 1px #ccc;
    padding: 5px 10px 5px 10px;
    color: #555;
    line-height: 1;
    cursor: pointer;
    background-color: #fff;
}

.gtex-outer-div .button {
    border: solid 1px #ccc;
}

.button-box-first {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

div.button-box-last {
    border-right: solid 1px #ccc;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-right: 10px;
}

.gtex-outer-div .button-box-last {
    border-right: solid 1px #ccc;
}

.button-box-title {
    width: 100%;
    text-align: center;
    font-size: 13px;
    padding-bottom: 5px;
}

.btn-left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.btn-right {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
/* end CSS styling from deprecated plotviz code needed for PCA plot */


.divider { 
	width: 10px;
	display: inline-block;
}
#pca-plots {
	text-align: center;
}

#pcaTitle {
	margin: 0 auto;
	display: inline-block;
}

#pca-plot1 {
	margin: 0 auto;
	display: inline-block;
}

#pca-plot2 {
	margin: 0 auto;
	display: inline-block;
}

#graph-ctrl-container {
	float: none;
	display: inline-block;
}

#color-ctrl-container {
	float: none;
	display: inline-block;
}

#btn-container .button {
	border: solid 1px #ccc;
	
}

#pca-title {
	margin: 10px 0px 5px 0px;
	font-size: 20px;
	font-weight: 500;
}

#pcaplot-help {
	font-size: 15px;
}
