h2.title {
    font-size: 105%;
}

@media (max-width: 767px){
    .row {
	margin-left: -20px;
    }
}

/* Minimum document width */
body {
     font-size: 15px;
     min-width: 750px;
}


#wrap {
    margin-left: 50px;
}

#content {
    margin-left:10px; /*Make sure content is visible for all window sizes*/
}

#date-controls {
    padding-bottom: 10px; 
    margin-bottom: 10px;
    border: 4px solid black;
}

#channel_labels {
    padding-top: 10px;
    padding-bottom: 10px;
}

.channel-select span {
    max-width: 300px;
}

h1.widget-label {
    padding-left: 10px;
    font-size: 200%;
}

#channel_labels{
    min-width: 100%;
    max-width: 1500px;
    margin-bottom: 10px;
}

#aia_light_curves_container {
    border: 4px solid black;
    /*background: grey;*/
    background: #FFD5BF;
    margin-top: 10px;
}

#isolsearch_standalone {
    float: right;
    position: relative;
    padding-right: 15px;
    padding-top: 10px;
    font-size: 1em;
}

#isolsearch_container {
    background: rgb(250, 250, 183);
    padding-bottom:10px;
    border: 4px solid black;
}
/*
#isolsearch {
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    overflow-x: auto;

    min-height: 800px;
    
    width: 90%;
    min-width: 100px;
}
*/
#datepicker {
    margin-bottom: 5px;
}

input[readonly] {
    cursor: pointer;
}

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

#date_stuff {
    padding-left: 15%;
}

@media (max-width: 1240px) {
    #date_stuff {
	position: relative;
	float: left;
        margin-left: 15%;
	padding-top: 20px;
    }

    /*
    #whats-this-trigger-container {
	position: relative;
	float: right;
	margin-top: 15px;
	margin-right: 15px;
    }
    */
}

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


#isolsearch  {
    position: relative;
    margin-top: 30px;
    margin-left: 1%;
    width: 98%;
    border: none;
    top: 0;
    left: 0;

    height: 90%;
    min-height: 700px;
    max-height: 850px;
    overflow: auto;
}


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