html{
    height: 100%;
    width: 100%;
}
body{
    height: 100%;
    width: 100%;
}
/* Style the buttons that are used to open and close the accordion panel */
table.fsctitle{
    border: 1px #00000;


}

button.accordion {
    cursor: pointer;
    padding: 8px;
    width: 33%;
    text-align: center;
    border: none;
    outline: none;
    transition: 0.4s ease-out;
    top:6px;
    right:6px;
}

button.accordion.ui-focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 0px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.isLatex{
    font-size: 4vw;
}

.MathJax{
    font-size: 0.8vw;
}

.isGreen{
    color: #4B946A;
}

.fbiWarningFont{
    color: #ad0909;
    font-weight: bold;
}

.center {
    margin: auto;
    width: 50%;
    padding: 10px;
}

.container{
    max-width: 769px;
}

table {
    font-family: arial, sans-serif;
    /* border-collapse: collapse; */
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

td, th {
    text-align: left;
    padding: 0px;
}
/*
tr:nth-child(even) {
    background-color: #fcfcfc;
}
tr:nth-child(odd) {
    background-color: #f6f6f6;
}
*/
/*To center the landing page div*/
.container-center{
    border: 1px solid #5c5c5c;
    margin-right: auto;
    margin-left: auto;
    max-width: 769px;
}

.ui-slider .ui-slider-handle {
    z-index: 1;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 0px 0px 0px 0px;
    padding: 0;
    border: 1px solid #888;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: rgb(33, 150, 243);
    color: white;
    display: block;
}
.modal-header > p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 150%;
}
.modal-body {
    padding: 2px 16px;
    color: #2a2a2a;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.nav-wrapper {

    /* background-color: #829D25 */
    background-color: #333;
}

.font-white{
    color: #FFFFFF
}

.fsc-inputcontainer{
    width:100%
}
.fsc-textinput{
    color:green !important;
    width: 100%;
    border: 1px black;
    background: solid !important;
    background-color: ff0000 !important;
    margin-bottom: 0px!important;
    max-width: 80px;
}

md-input{
    background: solid !important;
}
md-slider{
    /*height:30px!important;*/
    min-width: 40px!important;

}
.fsc-slideinput{
    width: 100%;
}
#sidenav-overlay {
    opacity: 1.0;
}
.fsc-select{

}
.fsc-div{
    clear: left;
    background-color: white;
}

md-input-container {
    margin-top:0px;
    margin-bottom:0px;
    padding: 0px 0px 0px 0px;
}

div.flotplaceholder {
    margin-top: 0px;
    font-size: 14px;
    line-height: 1.2em;
}

/*
@media print {
    div.flotplaceholder{
        width: 200px;
        height: 500px;
        }
}
*/


#mapid {
    min-height: calc(100vh - 59px);
    width: 100vw;
}
/*
@media screen and (max-width: 500px) {
#mapid {
    min-height: 90vh;
    max-width: 98vw;
}
}
*/
button.continueButton{

}
.side-nav{
    height: 100%;
}
div.tooltip {
    position: absolute;
    display: none;
    border: 1px solid #fdd;
    background-color: #fee;
    opacity: 1.00;
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    font-size: 75%;
    z-index: 900;
}

.swiper-slide {
    text-align:center;
}
.swiper-slide img {
    width: 98vw;
}

.swiper-container{
    display: block;
    width: 98vw;
    max-height: 600px;

}

img.halfsize{
    left-margin: auto!important;
    width: 50%;
    height: 50%;
    right-margin: auto!important;
}
div.center{
    left-margin: auto!important;
    right-margin: auto!important;
}
body{
    background-color: #f1f4f5;
    height: 100%;
    width: 100%;
}
.mycard{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
@media screen and (min-width: 300px) {
    .dfeslandgatelogo {
        width: 57vw;
        height: 10vw;
    }
    .mycard{
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        background-color: #fff;
        border-radius: 2px;
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    }
    div.loc_header{
        width:50vw;
    }
    .smallonmobile{
        font-size: 85% !important;
    }
}@media screen and (min-width: 360px) {
    .mycard{
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        background-color: #fff;
        border-radius: 2px;
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    }
    div.loc_header{
        width:50vw;
    }
    .smallonmobile{
        font-size: 90% !important;
    }
    div.flotplaceholder{
        margin-top: 0px;
        width: 90vw;
        height: 33vh;
    }
    img.dfeslandgatelogo {
        width: 69vw;
        height: 15vw;
    }
}
@media screen and (min-width: 500px) {
    img.dfeslandgatelogo {
        width: 57vw;
        height: 10vw;
    }
    .mycard{
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        background-color: #fff;
        border-radius: 2px;
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    }
    div.flotplaceholder{
        width: 85vw;
        margin-top: 0px;
    }
    div.loc_header{
        width:60vw;
    }
    .smallonmobile{
        font-size: 16px !important;
    }
}
@media screen and (min-width: 600px) {
    img.dfeslandgatelogo {
        width: 435px;
        height: 85px;
    }
    .mycard{
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        background-color: #fff;
        border-radius: 2px;
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    }
    div.flotplaceholder{
        margin-top: 0px;
        width: 70vw;
        height:310px;
    }
    div.loc_header{
        width:80vw;
    }
    .smallonmobile{
        font-size: 100% !important;
    }
}

@media screen and (min-width: 800px) {
    img.dfeslandgatelogo {
        width: 435px;
        height: 85px;
    }
    .smallonmobile{
        font-size: 16px !important;
    }
}
.closed {
    display: none;
}

.opened {
    display: block;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
}

.half {
    transform: scale(.5);   
}
.side-nav li.active .collapsible-body {
    padding-left: 16px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;

}

.side-nav li.active .collapsible-body li a {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 16px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;    

}
article li a {
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 16px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;    

}
div.thumbs {   
    width: 540px;
    margin-top:20px;
    margin-left: auto; 
    margin-right: auto;

    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}
div.thumbs > div {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

md-stepper md-icon {
    color:#fff
}


.splitcontainer {
    display: table;
    height: 100%;
    width: 100%;
}

div.split {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 50%;
    padding: 1rem;
}

.left-half {
    background: #ff9e2c;
}

.right-half {
    background: #b6701e;
}

div.body{
    overflow-y: visible !important;
}

div.main {
}
td.legendColorBox{
    width: 10px;


}
div.legend{
    box-sizing: content-box;
    width: 150px;


}

.fab_icon {
    position: relative;
    left: -2px;
    top: -4px;
    line-height: 0px;
    margin: 0px 0px 0px 0px!important;
    padding: 0px 0px 0px 0px!important;
}
.fab_btn {
    position: relative;
    width:36px !important;
    height: 36px !important;
    margin-left: 18px;
    margin-top: 18px;
    margin-bottom: 3px;
    margin-right: 12px;
}
.md-button.md-fab {
    margin: 0px 0px 10px 10px;
}

.collapsible-header{
    font-size: 16px;
    padding: 0px 0px 0px 0px;

}
.collapsible-body{
    padding: 0px 0px 0px 0px;    
}
.collapsible{
    margin-top:0px;
    margin-bottom:0px;

}

.active>i {
    transform: rotate(90deg);
}
.active>div>i {
    transform: rotate(90deg);
}

.loc_header{
    width:80vw;
}


md-input-container .md-input {
}
/* Pattern styles */
.header_container {
    display: table;
    width: 100%;
    height: 40px;


}

.title_left-half {
    position: absolute;
    left: 0px;
    width: 50%;
    margin-left: 15px;

}

.title_right-half {
    position: absolute;
    right: 0px;
    width: 50%;
    margin-right: 18px;
}
.statetitle_left-half {
    position: absolute;
    left: 0px;
    width: 80%;
    margin-left: 5px;

}

.statetitle_right-half {
    position: absolute;
    right: 0px;
    width: 30%;
    margin-right: 5px;
}


md-input-container label {
    bottom: 45px!important;
    margin-left: 15px;
}


.xaxisLabel {
    display: none!important;
}

.row {

    margin-bottom: 0px;
}


.md-thumb:after{
    background-color: #4CAF50 !important;
    border-color: #4caf50 !important;

}
.md-thumb{
    background-color: #4CAF50 !important;
    border-color: #4caf50 !important;
    top : 21px !important;
}
.md-track{
    background-color: #000000;
}
.md-track-fill{
    background-color: #4CAF50 !important;
    border-color: rgba(76,175,80,0.4) !important;
    height:9px !important;
    transform: translate(0,-5px)
}

.md-focus-thumb, .md-focus-ring{
    background-color: rgba(76,175,80,0.4)!important;
    height:20px;
}
.md-thumb-container{
}
.md-track-container{
    top: 21px !important;
}

.page-footer {
    padding: 0px 0px 0px 0px;
}


.time_btn{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    min-width: 50px;
    width: 50px;
    max-width: 50px;
}


a.createlink{
    text-decoration: none;
    margin-left: 30px;
}
a.createlink:hover{
    text-decoration: underline;
    color: green;
}

/* MathJax Scale */
.is-Latex {
    /*font-size: 32px;*/
}
.mjx-chtml{
    zoom: 100%;

}


.legendLabel{
    font-family: Roboto, 'Helvetica Neue', sans-serif;
    line-height: 1.5;
    color: black;
    font-weight: 400 !important;
    line-height: 17.5px;
    font-size: 12px !important;
    margin-bottom: 0px;
}
div.legendLabel{
    font-family: Roboto, 'Helvetica Neue', sans-serif;
    line-height: 1.5;
    color: black;
    font-weight: 400;
    line-height: 17.5px;
    font-size: 12px !important;
    margin-bottom: 0px;
}
td.legendLabel{
    font-family: Roboto, 'Helvetica Neue', sans-serif;
    line-height: 1.5;
    color: "#545454";
    font-weight: 400;
    line-height: 17.5px;
    font-size: 12px !important;
    margin-bottom: 0px;
}

md-input-container{

}
div.md-errors-spacer{
    height: 0px;

}
input{
    border-bottom: none;
}
div.col>span{
    vertical-align: middle;
}
div.col>md-input-container{
    display: inline-flex;
    vertical-align: text-top;
    margin-top: -5px;
}
md-input-container>input{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
md-radio-button{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}
md-select{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

centered>table{

}


div.collapsible-header i{
    margin-right: 0px;

}
input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea{
    width: 135px;
    margin-left: 0px;

}
.fdicuring {
    width: 50px!important;
}

.weather-flotplaceholder{
    width: 90vw;
    height: 300px;
    margin-left: 0px;
}
.fdi-flotplaceholder{
    width: 90vw;
    height: 300px;
    margin-left: 0px;

}
.fbi-flotplaceholder {
    width: 90vw !important;
    height: 300px !important;
    margin-left: 0px !important;

}
.deffm-flotplaceholder{
    width: 90vw;
    height: 300px;
    margin-left: 0px;
}
.grass-flotplaceholder{
    width: 90vw;
    height: 300px;
    margin-left: 0px;
}
.shrub-flotplaceholder{
    width: 90vw;
    height: 300px;
    margin-left: 0px;
}
.vesta2-flotplaceholder{
    width: 90vw;
    height: 500px;
    margin-left: 0px;
}
@media all and (min-width: 300) {
    .weather-flotplaceholder{
        width: 90vw;
        height: 300px;
        margin-left: 0px;
    }
    .fdi-flotplaceholder{
        width: 90vw;
        height: 300px;
        margin-left: 0px;

    }
    .deffm-flotplaceholder{
        width: 90vw;
        height: 300px;
        margin-left: 0px;
    }
    .grass-flotplaceholder{
        width: 90vw;
        height: 300px;
        margin-left: 0px;
    }
    .shrub-flotplaceholder{
        width: 90vw;
        height: 300px;
        margin-left: 0px;
    }
}

@media all and (min-width: 992px) {
    .weather-flotplaceholder{
        width: 715px;
        height: 300px;
        margin-left: 22px;
    }
    .fdi-flotplaceholder{
        width: 700px;
        height: 300px;
        margin-left: 20px;

    }
    .deffm-flotplaceholder{
        width: 715px;
        height: 300px;
        margin-left: 20px;
    }
    .grass-flotplaceholder{
        width: 700px;
        height: 300px;
        margin-left: 20px;
    }
    .shrub-flotplaceholder{
        width: 720px;
        height: 300px;
        margin-left: 20px;
    }
}

@media all and(min-width: 1200px) {
    .weather-flotplaceholder{
        width: 815px;
        height: 300px;
        margin-left: 22px;
    }
    .fdi-flotplaceholder{
        width: 800px;
        height: 300px;
        margin-left: 20px;

    }
    .deffm-flotplaceholder{
        width: 825px;
        height: 300px;
        margin-left: 20px;
    }
    .grass-flotplaceholder{
        width: 800px;
        height: 300px;
        margin-left: 20px;
    }
    .shrub-flotplaceholder{
        width: 825px;
        height: 300px;
        margin-left: 20px;
    }
}
@media all and(min-width: 1100px) {
    div.flotplaceholder{
        min-width: 70vw;
    }
}
.legendLabel2{
    font-family: Roboto, 'Helvetica Neue', sans-serif;
    line-height: 1.5;
    color: #000000;
    font-weight: 600;
    line-height: 17.5px;
    font-size: 12px !important;
}
p.legendLabel2{
    font-family: Roboto, 'Helvetica Neue', sans-serif;
    line-height: 1.5;
    color: #000000;
    font-weight: 600;
    line-height: 17.5px;
    font-size: 12px !important;
    margin-bottom: 0px;
}

ul.privacyUL {
    display: block;
    list-style-type: disc !important;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

li.privacyLI {
    display: list-item;
    text-align: -webkit-match-parent;
}

html{
    background-color: unset;

}

.smallSelect{
    font-size: 11.0px;

}
.leftEdge {
    padding-left: 10px!important;
}
.rightEdge {
    padding-right: 10px!important;
}
.leaflet-control-layers label {
    padding: 1px;
}
.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 0px;
}
.leaflet-popup-content {
    margin: 6px 6px 6px 6px;
}

.m-scene {
    min-height:100vh;
    
}

.leaflet-popup-close-button {
    zoom: 2.0;
    
}
.leaflet-control-layers {
    margin-top: -50px!important;
}
.leaflet-control-layers-toggle {
    z-index: 999;
}
.leaflet-control-layers-list{
    overflow-y: auto;
    overflow-x:hidden;
    max-height:60vh;
}

@media screen and (max-width: 500px) {
    .leaflet-control-layers-list {
    overflow-y: auto;
    overflow-x:hidden;
    max-height:40vh;
    }
}
table.popup {
    font-family: arial, sans-serif;
    /* border-collapse: collapse; */
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

table.popup > td, th {
    text-align: left;
    padding: 2px;
}
div.popup{
    width:215px;
    height:auto;
  }
@media screen and (max-width: 500px) {
  div.popup{
     width:215px;
     height:auto;
   }
}
label {
    color: #76838f;
}
.ol-zoom {
    top: 4.5em !important;
    left: .5em;
}
.lds-spinner {
    color: 'official';
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    transform: scale(0.5);
  }
  .lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
  }
  .lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #4CAF50;  
  }
  .lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
  }
  .lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
  }
  .lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
  }
  .lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
  }
  .lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
  }
  .lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
  }
  .lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
  }
  .lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
  }
  .lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
  }
  .lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
  }
  .lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
  }
  .lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
  }
  @keyframes lds-spinner {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .arrow {
      zoom: 0.25;
  }

  #updatesnackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
  }

  #updatesnackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
  }

  @-webkit-keyframes fadein {
    from {
      bottom: 0;
      opacity: 0;
    }
    to {
      bottom: 30px;
      opacity: 1;
    }
  }

  @keyframes fadein {
    from {
      bottom: 0;
      opacity: 0;
    }
    to {
      bottom: 30px;
      opacity: 1;
    }
  }
  @media all and (display-mode: browser) {
    .hide-on-browser-offline {
        display: none !important;
      }
    .show-on-browser-offline {
        display: block !important;
      }
  }
  @media all and (display-mode: standalone) {
    .hide-on-browser-offline {
        display: block !important;
      }
    .show-on-browser-offline {
        display: none !important;
      }
  }
#contact.mycard{
    padding: 20px;
}

#privacy.mycard{
    padding: 20px;
}
#disclaimer.mycard{
    padding: 20px;
}
.fbiname{
    width:90px
}
#input.mycard{
    padding-right: 10px;
}
#input2.mycard{
    padding-right: 10px;
}
