@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400&family=Source+Serif+Pro:wght@700&display=swap');

.container {
    display: flex;
    border-radius: 5px;
    box-shadow: none;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    box-sizing: border-box;
}

.column,
.columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}


@media (max-width: 750px) {
    .dcc-plot-single {
    width: 100vw;
    display: none;
    float: bottom;
   }
   .dcc-map-block {
    width: 100vw;
    display: flex;
    flex-flow: row wrap;
   }
   .dcc-map-block-plot {
    width: 100vw;
    display: flex;
    flex-flow: row wrap;
   }
   .dcc-map-block-table {
    width: 100vw;
    display: flex;
    flex-flow: row wrap;
   }
}

@media (min-width: 550px) {
    .container {
        width: 100%;
        border-radius: 5px;
        box-shadow: none;
    }

    .column,
    .columns {
        margin-left: 4%;
    }

    .column:first-child,
    .columns:first-child {
        margin-left: 0;
    }

    .one.column,
    .one.columns {
        width: 4.66666666667%;
    }

    .two.columns {
        width: 13.3333333333%;
    }

    .three.columns {
        width: 22%;
    }

    .four.columns {
        width: 30.6666666667%;
    }

    .five.columns {
        width: 39.3333333333%;
    }

    .six.columns {
        width: 48%;
    }

    .seven.columns {
        width: 56.6666666667%;
    }

    .eight.columns {
        width: 65.3333333333%;
    }

    .nine.columns {
        width: 74.0%;
    }

    .ten.columns {
        width: 82.6666666667%;
    }

    .eleven.columns {
        width: 91.3333333333%;
    }

    .twelve.columns {
        width: 100%;
        margin-left: 0;
    }

    .one-third.column {
        width: 30.6666666667%;
    }

    .two-thirds.column {
        width: 65.3333333333%;
    }

    .one-half.column {
        width: 48%;
    }

    /* Offsets */
    .offset-by-one.column,
    .offset-by-one.columns {
        margin-left: 8.66666666667%;
    }

    .offset-by-two.column,
    .offset-by-two.columns {
        margin-left: 17.3333333333%;
    }

    .offset-by-three.column,
    .offset-by-three.columns {
        margin-left: 26%;
    }

    .offset-by-four.column,
    .offset-by-four.columns {
        margin-left: 34.6666666667%;
    }

    .offset-by-five.column,
    .offset-by-five.columns {
        margin-left: 43.3333333333%;
    }

    .offset-by-six.column,
    .offset-by-six.columns {
        margin-left: 52%;
    }

    .offset-by-seven.column,
    .offset-by-seven.columns {
        margin-left: 60.6666666667%;
    }

    .offset-by-eight.column,
    .offset-by-eight.columns {
        margin-left: 69.3333333333%;
    }

    .offset-by-nine.column,
    .offset-by-nine.columns {
        margin-left: 78.0%;
    }

    .offset-by-ten.column,
    .offset-by-ten.columns {
        margin-left: 86.6666666667%;
    }

    .offset-by-eleven.column,
    .offset-by-eleven.columns {
        margin-left: 95.3333333333%;
    }

    .offset-by-one-third.column,
    .offset-by-one-third.columns {
        margin-left: 34.6666666667%;
    }

    .offset-by-two-thirds.column,
    .offset-by-two-thirds.columns {
        margin-left: 69.3333333333%;
    }

    .offset-by-one-half.column,
    .offset-by-one-half.columns {
        margin-left: 52%;
    }

}


html {
    font-size: 50%;
    background-color: #F8F9FA;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
    height: 100%

}

body {
    font-size: 1.5rem; /* currently ems cause chrome bug misinterpreting rems on body element */
    line-height: 1.6;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #333333;
    margin: 0;
    height: 100%
}

#root {
    margin: 0;
}

@media (max-width: 550px) {
    #root {
        padding: 2rem;
    }
}

@media (min-width: 551px) {
    #root {
        padding: 5rem;
    }
}

/* width */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffffff;
  border: .1px solid #b2b2b270;
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #b5b5b570;
  border-radius: 5px;
  padding: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b5b5b5;
}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h3, h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
}

h3 {
    font-size: 3.0rem;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: .5rem;
    margin-top: .5rem;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 5rem;
    line-height: 1.35;
    letter-spacing: 0;
    margin-bottom: 1.2rem;
    padding-top: 1rem;
}

p {
    margin-top: .5rem;
}

#heatmap-title {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
}

#header {
	padding-top: 100px;
	padding-bottom: 65px;
}

#header h4 {
	max-width: 650px;
    margin: 0 auto;
    font-family: 'Source Serif Pro', sans-serif;
    font-weight: 700;
    padding-bottom: 50px;
    text-align: center;
}
#header hr {
	margin-top: 65px;
}


.time-stamp {
    border-left: #d7191c solid 0rem;
    padding-left: 0rem;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    max-width:700px;
    margin: 0 auto;
}

#note {
    font-size: 1.5rem;
    border-left: #ff1414 solid 1rem;
    padding-left: 1rem;
    margin: 2rem 0 3rem 0;
}

#logo {
    height: 4rem;
    font-size: 1.5rem;
    margin-bottom: 4rem;
    margin-right: 1.5%;
}

#slider-text, #chart-selector {
    margin-bottom: 2rem !important;
    font-size: 2rem;
}


@media only screen and (max-width: 550px) {
    .rc-slider-mark-text {
        font-size: 50%;
    }

    #description {
        display:none;
    }

    .time-stamp {
        border-left: #d7191c solid .5rem;
        padding-left: 1rem;
        font-family: 'Roboto', sans-serif;
        font-size: .5rem;
        font-weight: bold;
    }
}


/* Blockquotes
–––––––––––––––––––––––––––––––––––––––––––––––––– */
blockquote {
    border-left: 4px lightgrey solid;
    padding-left: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 0;
}


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
    color: #2C6EAB;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #1E4F7E;
    text-decoration: underline;
}

.button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'Roboto';
    text-decoration: none;
    white-space: nowrap;
    background-color: dodgerblue;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    color: #333333;
}

.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    color: #1E4F7E;
    text-decoration: underline;
    border-color: transparent;
    background-color: transparent;
    outline: transparent;
}

.button:focus {
    color: #1E4F7E;
    border-color: transparent;
    background-color: transparent;
    outline: transparent;
}

.button:active {
    color: #333333;
    border-color: transparent;
    background-color: transparent;
    outline: transparent;
}

#modal, #modal-contributor{
    width: 100%;
    height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    font-family: 'Roboto', sans-serif;
}

#header-button {
    /*height: fit-content;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#log-button {
    border-radius: 100%;
    box-sizing: border-box;
    border-color: #333333;
}


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #2C6EAB;
    outline: 0;
}

label,
legend {
    display: block;
    margin-bottom: 0;
}

fieldset {
    padding: 0;
    border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
}

label > .label-body {
    display: inline-block;
    margin-left: .5rem;
    font-weight: normal;
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
    list-style: circle inside;
}

ol {
    list-style: decimal inside;
}

ol, ul {
    padding-left: 0;
    margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%;
}

li {
    margin-bottom: 1rem;
}


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
    border-collapse: collapse;
}

.dash-spreadsheet .row {
  flex-wrap: nowrap;
  margin-right:0px;
  margin-left:0px
}

.dash-spreadsheet .sort
{
padding-left: 1em !important;
float: right !important;
}

th,
td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #DDDDDD;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
    margin-bottom: 0;
}

input,
textarea,
select,
fieldset {
    margin-bottom: 0;
}

pre,
dl,
figure,
table,
form {
    margin-bottom: 0;
}

p,
ul,
ol {
    margin-bottom: 0.75rem;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
    width: 100%;
    box-sizing: border-box;
}

.u-max-full-width {
    max-width: 100%;
    box-sizing: border-box;
}

.u-pull-right {
    float: right;
}

.u-pull-left {
    float: left;
}


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
    margin-top: 85px;
    margin-bottom: 2.5rem;
    border-width: 0;
    border-top: 1px solid #DDDDDD;
}


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.container:after,
.row:after,
.u-cf {
    /*content: "";*/
    display: table;
    clear: both;
}


#heatmap-container {
    margin: 2.5rem 0 0 0;
    background-color: #252e3f;
}

#heatmap-title {
    margin: 0;
    padding: 1rem;
}

#county-choropleth {
    margin: 0;
    flex-grow: 1;
}

@media (min-width: 1251px) {
    #heatmap-container {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
}

@media (max-width: 550px) {
    #county-choropleth .annotation-text{
        font-size: 1.2rem !important;
    }
}

/* Left column
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 1250px) {
    /*For mobile and smaller screens*/
    #left-column {
        margin-right: 1.5%;
        width: 100%;
    }
}

@media (min-width: 1251px) {
    /*For desktop*/
    #left-column {
        margin-right: 1.5%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-content: center;
        flex: 6 60%;
    }
}

/* Tab
–––––––––––––––––––––––––––––––––––––––––––––––––– */



/* Graph
–––––––––––––––––––––––––––––––––––––––––––––––––– */


#app-body {
    background-color: #ffffff;
}

#graph-container {
    background-color: #252e3f;
    padding: 5rem;
    margin: 0;
}


.number-plate-vertical {
   margin-left: 1.5%;
   margin-right: 1.5%;
   margin-top: 1.5%;
   margin-bottom: 65px;
   display: grid;
   grid-template-columns: 500px;
   grid-template-rows: 160px 160px 160px 160px;
   flex-flow: row wrap;
   justify-content: space-between;
   vertical-align: top
}

.number-plate-single-today-1 {
    /*width: 100%;*/
    background-color: #696866;
    vertical-align: top;
    box-shadow: none;
    border: 0px solid #ededee;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 10px;

}
/*-------------------------------------------------------*/

.number-plate {
   margin-left: 1.5%;
   margin-right: 1.5%;
   margin-bottom: 65px;
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between
}

.number-plate-single {
    width: 24.5%;
    background-color: #33FFCB;
    vertical-align: top;
    box-shadow: none;
    border: 0px solid #ededee;
}


.number-plate-single h3 {
    text-align: center;
}

.number-plate-single p {
    padding: .5rem;
}

.number-plate-single h5 {
    text-align: center;
    padding: .1rem;
}

.dcc-plot {
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: .8%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.dcc-sub-plot {
    background-color: #ffffff;
    box-shadow:none;
    border: 0px solid #ededee;
    width: 49.6%;
    float: right;
    padding: 25px;
}

.dcc-sub-plot h5 {
    text-align: center;
    background-color: #ffffff;
    color: #333333;
    padding: 1rem;
    margin-bottom: 0;
    margin-top: 0;
}

.dcc-sub-plot div {
    background-color: #ffffff;
}

#case-timeline-log-button {
    display: flex;
    background-color: #ffffff;
    justify-content: center;
    align-items: baseline;
}

#case-timeline-log-button h5 {
    text-align: center;
    background-color: #ffffff;
    display: inline-block;
    color: #333333;
    padding: 1rem;
    margin-bottom: 25px;
    margin-top: 0;
}

#combined-line-plot {
    height: 300px;
}

#log-button {
    display: inline-block;
    padding: 1rem;
}

.dcc-table {
    background-color: #ffffff;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: .8%;
    box-shadow:none;
    border: 0px solid #ededee;
    justify-content: center;
    width: 70%; /*added*/
}

.dcc-table h5 {
    text-align: center;
    background-color: #ffffff;
    color: #333333;
    /*padding: 1rem;*/ /*added comment*/
    margin-bottom: 0;
    margin-top: 0;
}


.dcc-date-picker {
    background-color: #ffffff;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: .8%;
    box-shadow:none;
    border: 0px solid #ededee;
    justify-content: center;
    width: 20%; /*added*/
    padding-top: 40px; /*added*/
    /*flex-direction: row;*/
}


.dcc-date-picker h5 {
    text-align: left;
    background-color: #ffffff;
    color: #333333;
    padding: 1rem;
    margin-bottom: 0;
    margin-top: 0;
}

.header-container {
    display: flex;
    background-color: #ffffff;
    justify-content: center;
    align-items: baseline;
}

.header-container-dropdown {
    display: flex;
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
}

.header-container h5 {
    text-align: center;
    background-color: #ffffff;
    color: #333333;
    padding: 1rem;
    margin-bottom: 0;
    margin-top: 0;
}

.footer-container {
    /*margin-left: 1.5%;
    margin-right: 1.5%;*/
    margin-bottom: .8%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: baseline;
    background-color: #f5f5f5;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    height: auto;
}

.footer-container hr {
     margin-bottom: .8%;
}

.footer-container a {
    color: #333333;
    text-decoration: none;
    cursor: pointer;
}

.footer-container a:hover {
    color: #1E4F7E;
    text-decoration: underline;
}

.footer-container p {
    text-align: center;
    margin: 3.5px;
    /*margin-top: .5%;*/
}

#disclaimer-button, #contributor-button {
    text-align: center;
    padding: 1.5px 0px;
    margin: 0px;
}

@media (min-width: 1251px) {
    /*For desktop*/
    #logo {
        float: right;
        padding-right: 2rem;
    }

    #header p {
        font-size: 2rem;
    }

    .number-plate h3 {
        font-family: 'Source Serif Pro', sans-serif;
        font-weight: 700;
        font-size: 6rem;
    }

    .number-plate p {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 2rem;
    }

    .number-plate h5 {
        font-family: 'Roboto', sans-serif;
        font-size: 3rem;
    }

    #my-footer p {
        font-family: 'Roboto', sans-serif;
        font-size: 1.5rem;
        font-weight: bold;
    }

    .dcc-plot h5, .dcc-table h5, .dcc-map h5, #sunburst-chart h5, .dcc-date-picker h5 {
        font-family: 'Source Serif Pro', sans-serif;
        font-size: 3rem;
        font-weight: bold;
        margin-bottom: 25px;
    }

    #dcc-table-plot h5 {
        font-family: 'Roboto', sans-serif;
        font-size: 2rem;
        font-weight: bold;
    }

    #graph-container {
        flex: 4 40%;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
    }

    #selected-data {
        flex-grow: 1;
    }
}

@media (max-width: 1250px) {
    /*For smaller screens*/
	#header {
		padding-top: 80px;
		padding-bottom: 45px;
	}

	#header h4 {
		max-width: 650px;
	    margin: 0 auto;
	    font-family: 'Source Serif Pro', sans-serif;
	    font-weight: 700;
	    padding-bottom: 50px;
	    text-align: center;
	}
	#header hr {
		margin-top: 45px;
	}

    #header p {
        font-size: 1.75rem;
    }

    .number-plate {
	   margin-bottom: 45px;
	}

    .number-plate h3 {
        font-family: 'Source Serif Pro', sans-serif;
        font-weight: 700;
        font-size: 4rem;
    }

    .number-plate p {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .number-plate h5 {
        font-family: 'Roboto', sans-serif;
        font-size: 2rem;
    }

    .section-line {
        margin-top: 0px;
        margin-bottom: 25px;
    }

    #my-footer p {
        font-family: 'Roboto', sans-serif;
        font-size: 1.5rem;
        font-weight: bold;
    }

    .dcc-plot h5, .dcc-table h5, .dcc-map h5, #sunburst-chart h5, .dcc-date-picker h5 {
        font-family: 'Source Serif Pro', sans-serif;
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 25px;
    }

    #dcc-table-plot h5 {
        font-family: 'Roboto', sans-serif;
        font-size: 2rem;
        font-weight: bold;
    }

    #graph-container {
        margin-top: 5rem;
    }

    #selected-data {
        height: 55rem;
    }

}

@media only screen and (max-width: 600px) {
    /*For mobile screens*/

    #header {
		padding-top: 60px;
		padding-bottom: 20px;
	}

	#header h4 {
	    font-family: 'Source Serif Pro', sans-serif;
	    font-weight: 700;
	    max-width: 350px;
	    padding-bottom: 25px;
        font-size: 2.5rem
	}
	#header hr {
		margin-top: 20px;
	}

	.time-stamp {
	    border-left: #d7191c solid 0rem;
	    padding-left: 0rem;
	    text-align: center;
	    padding-bottom: 25px;
	    font-family: 'Roboto', sans-serif;
	    font-size: 1.5rem;
	    font-weight: 400;
	    max-width:250px;
	    margin: 0 auto;
	}

    .section-line {
        margin-bottom: 10px;
    }

	.number-plate {
	   margin-bottom: 20px;
	}
	.number-plate-single {
		flex: 1 0 45%;
		margin-bottom: 20px;
	}

    .sunburst-ternary-plot {
        display: none;
    }
    #graph-container {
        padding: 2.5rem;
    }

    .dcc-sub-plot {
        margin-top: .8%;
        width: 100%;
    }

    #header p {
        font-size: 1.5rem;
    }

    #note p {
        font-size: 1rem;
    }

    .number-plate h3 {
        font-family: 'Source Serif Pro', sans-serif;
        font-weight: 700;
        font-size: 4rem;
    }

    .number-plate p {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .number-plate h5 {
        font-family: 'Roboto', sans-serif;
        font-size: 2rem;
    }

    #my-footer p {
        font-family: 'Roboto', sans-serif;
        font-size: 1.5rem;
        font-weight: bold;
    }

    .dcc-plot h5, .dcc-table h5, .dcc-map h5, #sunburst-chart h5, .dcc-date-picker h5 {
        font-family: 'Source Serif Pro', sans-serif;
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 15px;
    }

    #dcc-table-plot h5 {
        font-family: 'Roboto', sans-serif;
        font-size: 1.5rem;
        font-weight: bold;
    }

    #selected-data .xtick text{
        font-size: 1.1rem !important;
    }

    #selected-data .gtitle{
        font-size: 1.7rem !important;
    }

    [id^="dash-datatable"] {
        font-size: .8rem;
    }
    .footer-container p {
    	max-width: 350px;
    }
}


#chart-dropdown {
    margin-bottom: 6.6rem;
}

/* Placement
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 1250px) {
    /*For mobile and smaller screens*/
    #app-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        margin-bottom: 5rem;
    }
}

@media (min-width: 1251px) {
    /*For desktop*/
    #app-container {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
        height: 100rem;
        margin-bottom: 5rem;
    }
}

#header {
    margin-left: 1.5%;
    margin-right: 1.5%;
}


div, svg {
    user-select: none !important;
}

._dash-undo-redo {
    display: none;
}

.plotly svg text, .dash-table-container .dash-spreadsheet-container table {
	font-family: "Roboto", Sans-Serif !important;
	font-weight: 500;
	font-size: 1.5rem;
	letter-spacing: 0.1px;
}

#tabs-table {
	font-weight: 500;
	letter-spacing: 0.1px;
}

.column-header-name {
	margin-left: 5px;
}
.dash-table-container input[type="radio"] {
    margin-left: 10px;
    margin-top: -5px;
}

#dcc-table-header {
	margin-top: 50px;
}
.dcc-table {
	margin-bottom: 50px;
}

.dcc-date-picker {
	margin-bottom: 50px;
}

#my-footer hr {
	display: none;
}