/*
*, *:before, *:after {
  box-sizing: border-box;
}
.stage {
  width:100%;
  max-width:350px;
  margin:auto;
}
.widget-shadow {
  padding: 2em;
  text-align:center;
  max-width:400px;
  margin: auto;
  margin-top:20px;
  background-color: #fff;
  box-shadow: 0 -1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
  -webkit-box-shadow: 0 -1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
  -moz-box-shadow: 0 -1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
}
.widget-extra{
  margin-top:20px;
  text-align: center;
}
#LoginArea, #RegisterArea, #ForgotArea,#ResetArea,#ResetOK{
  display:none;
}*/

.clickmecardcolour{
  color:#26397a;
}
input[type=text] {
  padding: 8px;
  width:100%;
}
/*
input[type=password] {
  padding: 8px;
  width:100%;
}
input[type='text'], input[type='password'], textarea{
  font-size: 16px;
}
input[type='password'] {
 margin-top: 10px;
}
.ErrorMsg{
    margin:10px;
    color: #e94e02;
    margin:20px;
}
.LoginExtra{
    text-align:center;
    padding-top: 20px;
    color:#000000;
}
.mybutton {
    cursor:pointer;
    color:#26397a;
}
.mybutton:hover {
    color: #ff3232;
}
.aligncenter{
    text-align:center;
}
.bigbutton{
    margin:auto;
    width:160px;
    display: block;
    text-align:center;
    text-decoration:none;
    padding:10px;
    background-color: #212327;
    color: #ffffff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.bigbutton:hover{
    background-color: #70557c;
    color: #ffffff;
}
a.bigbutton{
    color: #ffffff;
}
a.bigbutton:hover{
    color: #ffffff;
}
*/
.mysection {
  display: none;
}

.getsystem {
  cursor: pointer;
  color: blue;
}

.title{
  text-align: center;
  padding:10px;
}
.title img {
  width: 30%;
}
.stickers {
  position: relative;
}
.circle {
  background-color:#fff;
  border:1px solid black;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
}
.mycheckbox {
  display:inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid black;
  text-align: center;
}
#red_sticker {
  width:60px;
  height:60px;
  position: absolute;
  top: 10;
  right: 10;
}
#brown_sticker {
  width:40px;
  height:40px;
  position: absolute;
  top: 20;
  right: 80px;
}
.heading{
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  border-radius: 15px;
  color: white;
  background-color: #ff0000 !important;
  text-align: center;

}
* {
  -webkit-print-color-adjust: exact;
}
.line{
  margin: 1px;
  display: flex;
}
.inner-line {
  display: flex;
  flex-grow: 1;
}
.inner-line-2-col{
  display: flex;
  width:50%;
}
.inner-line-3-col{
  display: flex;
  width:33%;
}
.spacer {
  display: flex;
  width:10px;
}
.text-input {
  white-space: nowrap;
  display: inline-block;
  background-color: #d8ecf3;
}
.edit-text-input {
  white-space: nowrap;
  display: inline-block;
  background-color: #d8ecf3;
  height:1em;
}
.normal {
  height:1em;
  flex-grow: 1;
}

.numbers {
  width: 200px;
  margin-right: 5px;
}

.what {
  white-space: nowrap;
  display: inline-block;
  background-color: white;
  text-align: left;
  margin-right: 5px;
}

.bid {
  display: inline-block;
  background-color: white;
  width:30px;
  text-align: center;
}
