@media print{
a:link:after,
a:visited:after{
content:"" !important;
}
}


section, footer {
  padding-top: 0;
  width:100%;
  float:left;
}
.full_header {
  background: #fff none repeat scroll 0 0;
  position: relative;
  width: 100%;
  z-index: 9999;
}
.inner-container{
width:100%;
}

.view {
    background: #ebedea none repeat scroll 0 0;
    bottom: 5px;
    color: #000;
    display: inline-block;
    font-size: 136%;
    padding: 6px;
    position: relative;
    text-align: center;
    left: 0;
}

.right-view {
    color: #fff;
    position: relative;
    right: 25px;
    top: 0px;
    font-size: 141%;
}

.right-inner ul {
    background: #f1eff0 none repeat scroll 0 0;
    padding: 10px 0 20px 37px;
    list-style-image: url(../images/arrow.png);
    margin-bottom: 15px;
    height:100%;
}

