/* basic setup */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
    color: #6e6e6e;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    overflow-y: auto;
}

#wrapper {
  width: 100%;
  float: left;
  border: none;
  border-width: 0;
}

table {
  width: 100%;
}

td {
	padding-bottom: 8px;
	border-bottom: 0px solid #c2c2c2;
}

th {
  text-align: left;
  font-weight: bold;
}

h3 {
  font-weight: bold;
  margin-bottom: 20px;
}

.price-changes-info h2
{
  clear: both;
  color: #6e6e6e;
  font-size: 21px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 15px;
}

.alteration-up {
  color: #6e6e6e;
}
.alteration-equal {
  color: #6e6e6e;
}
.alteration-down {
  color: #6e6e6e;
}

#SharePrice {
    margin-bottom: 9px;
    position: relative;
}

.PlusButton {
    bottom: 10px;
    position: absolute;
    right: 10px;
}

.BorderBox {
    border: 1px solid #cfcfcf;
    padding: 10px;
}

#CurrentPrice {
    float: left;
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-right: 5px;
}

#PriceChangePercentage {
    color: #98b44a;
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 5px;
}

#SharePrice p {
    margin: 0;
	line-height: 18px;
}

h5 {
    font-size: 10px;
    letter-spacing: 0.5px;
    margin: 0 0 3px;
    padding: 0;
    text-transform: uppercase;
}   