/* Common styles. Styles specific to a 'theme' are in the styles folder */
img {
 border: 0;
}

div {
 padding: 0;
 margin: 0;
 text-align: left;
}

body {
 text-align: center;
 padding: 0;
 margin: 0;
 border: 0;
 color: #010101;
 height: 100%;
}

html {
 height: 100%;
}

li {
 margin-bottom: 4px;
}

.rightalign {
 text-align: right;
}

#div_validation a {
 text-decoration: none;
}
  
.smaller {
 font-size: 80%;
}
