.wrapper {
    margin: 20px auto;
    width: 960px;
    text-align:center;
}

.selectbox {
    width:100%;
    padding: 75px 10px;
    text-align: center;
    font-size: 2rem;
    border-radius: 10px;
    background-color: #eee;
    box-shadow: 2px 2px 5px black;
}
.selectbox:hover {
    background-color: #eef;
    position:relative;
    top: 1px;
    left: 1px;
    box-shadow: 1px 1px 5px black;
}

.container.login {
    padding-top: 100px;
}

.container.login input {
    margin-bottom: 10px;
}

.stockalert {
    font-weight: bold;
    color: red;
}

.userinfo {
    padding-top: 15px;
    font-size: 14px;
    color: #5e5e5e;
}

.track {
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.track-head {
    text-align: left;
}

.stock-info {
    background-color: #d9edf7;
    color: #3a87ad;
    font-weight: 500;
    font-size: 1.75rem;
}

.rightalign {
    text-align: right;
}  

.leftalign {
    text-align: left;
}  

.box {
    position:relative;
    border-radius: 60%;
}
 
.box:before {
    content: "";
    display:block;
    padding-top: 120%;
}
 
.box .content {
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    bottom: 0;
}

.box-icon {
    display:block;
    color:lightgrey;
    text-align:center;
    font-size: 100px;
}
.box-icon-text {
    position:absolute;
    top:0;
    width:100%;
    color:#39B3D7;
    display:block;
    text-align:center;
    font-size: 100px;
}
.box-icon-text {

}

.box-info {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}

.no-border {
    border: 0px;
}

#rm_welcome {
    margin-bottom: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
}

page {
  background: white;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
}
div[size="A4"] {  
  width: 21cm;
  height: 29.7cm; 
}
div[size="A4"][layout="portrait"] {
  width: 29.7cm;
  height: 21cm;  
}
div[size="A3"] {
  width: 29.7cm;
  height: 42cm;
}
div[size="A3"][layout="portrait"] {
  width: 42cm;
  height: 29.7cm;  
}
div[size="A5"] {
  width: 14.8cm;
  height: 21cm;
}
div[size="A5"][layout="portrait"] {
  width: 21cm;
  height: 14.8cm;  
}

aside { 
    position:  absolute;
    left: 0;
    top: 0; /* set these so Chrome doesn't return 'auto' from getComputedStyle */
    width: 200px; 
    background: rgba(255,255,255,0.66); 
    border: 2px  solid rgba(0,0,0,0.5); 
    border-radius: 4px; padding: 8px;
}