

/* $Id: imapsync_form.css,v 1.10 2021/09/21 09:25:53 gilles Exp gilles $ */

body {
  color: black;
  background-color: #fff;
}

h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

#account1 {
        background-color: #fff;
        /* background-color: Fuchsia ; */
        /* background-color: RoyalBlue ; */
}

#account2 {
        background-color: #fff;
}

#parameters {
        /* background-color: GreenYellow ; */
        /* background-color: White ; */
}

#progress-txt {
        text-align: center ;
        font-size: 1.4em ;
        margin: 0 0 0px ;
        height: 50px ;
}

#imapsync_log_bottom {
        scroll-margin-top: 300px ;
}

.progress {
        /* text-align: center ; */
        /* font-size: 1.4em ; */
        margin: 0 0 0px ;
}

.progress-bar {
        text-align: center ;
        font-size: 1.4em ;
        margin: 50 50 50px ;
}


.padd0 {
        padding-left:  2px ;
        padding-right: 2px ;
}


.container-fluid {
	width: 1000px ;
}

.col-md-2 {
	width: 40px ;
}

.col-md-5 {
	width: 480px ;
}


.col-sm-6 {

	width: 240px ;

}

.col-sm-3 {

	width: 240px ;

}
