* { 
    -webkit-appearance:none;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

#date-controls {
		padding-top:10px;
    padding-bottom: 10px; 
    margin-bottom: 10px;
    border: 3px solid black;
		background-color:#f0f0f0;
}

#rights-usage {
		padding-top:10px;
    padding-bottom: 10px; 
    margin-bottom: 10px;
    border: 3px solid black;
		background-color:#f0f0f0;
}

#channel_labels {
    padding-bottom: 10px;
		margin-bottom:10px;
    background: lightblue; 
		border: 3px solid black;
}

.img-channels-links {
    font-size: 105%;
    font-weight: bold;
		padding-bottom:10px;
}

.img-channels-click-here {
    color: #3385FF;
		font-weight: normal;
		cursor: pointer;
}

.channel-img {
    margin-bottom: 4px;
}

.channel-area {
		padding: 8px;
    margin-bottom: 10px;
}

div.channel-select span {
  white-space: nowrap;
  color: #3385FF;
  font-family:sans-serif;
	cursor:pointer;
}

div.channel-select span.channel-active {
  color: black;
  text-decoration: underline;
}

h2.widget-label {
    padding-left: 0px;
		margin-top:10px;
		margin-bottom:10px;
}

#isolsearch_container {
    border: 3px solid black;
    background: rgb(250, 250, 183);
    padding-bottom:10px;
}

#isolsearch  {
    margin-left: 1%;
    width: 98%;
    border: none;
    top: 0;
    left: 0;
    height: 90%;
    min-height: 700px;
    max-height: 850px;
    overflow: auto;
}

#aia_light_curves_container {
    border: 3px solid black;
    background: #FFD5BF;
    margin-top: 10px;
    margin-bottom: 10px;
}

#aia_light_curves {
  border: 2px solid black;
}

/*
#datepicker {
    margin-bottom: 5px;
}
*/

input[readonly] {
    cursor: pointer;
}

#whats-this-model{
    left: 30%;
    width: 75%;
    height: 70%;
}

#whats-this-trigger-container {
    position: relative;
    padding-left: 25px;
}

#back-to-top {
    visibility: hidden;
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 1000;
}

