<style>
    {
        padding: 0;
        margin: 0;
    }
	*, .content :first-child, .content :last-child 
    {
		margin: 0;
	}


    *{
        font-family: 'Helvetica';
    }

    .content 
    {
        font-size: 12px;
        position: relative;
        margin: auto;
        z-index: 4;
        clear: both;
        max-width: 325px;
        max-height: 1850px;
        padding: 5px;
        border-radius: 10px;
        background: #f1f2f2;
    }
    .h1
    {
        padding: 0 !important;
        margin: 0 !important;    
        display: inline;
    }
    .content p 
    {
        margin: 0px;
    }

    /* Style tab links */
    .tablink 
    {
      background-color:azure;
      color: black;
        position: relative;
        margin: auto;
        z-index: 4;
        clear: both;
        max-width: 325px;
        max-height: 850px;
        padding: 5px;
        border-radius: 10px;
        font-size: 14px;
    }

    .tablink:hover 
    {
      background-color: #f1f2f2;
    }

    /* Style the tab content (and add height:100% for full page content) */
    .tabcontent 
    {
        display: none; 
        font-size: 14px;
        position: relative;
        margin: auto;
        z-index: 4;
        clear: both;
        max-width: 325px;
        max-height: 1800px;
        padding: 5px;
        border-radius: 10px;
        background: #f1f2f2;    
    }

    .ui-bar
    {
        background: #f1f2f2;
    }

    .ui-collapsible-heading-toggle
    {
        background-color: #3f59a8 !important; 
        color: white !important;
    }

    #sliderECM { background: #88ac0b; }
    .ui-slider-range { background: transparent; }

    text-shadow: #aaa 0 1px 0 !important;*/
    }
    hr 
    { 
        padding: 0 !important;
        margin: 5px !important;
        display: block;
        margin-start: auto;
        margin-end: auto;
        overflow: hidden;
        border-style: inset;
        border-width: 1px;
    }

    /* Hide the number input */
    .full-width-slider input {
        display: none;
    }
    .full-width-slider .ui-slider-track {
        margin-left: 15px;
        padding: 0px;
    }




</style>