body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 82px 0 0 0;

    font-family: 'Open Sans';
    color: #333;
    background: #ececec;
}

a {
    color: #377ABD;
}

p { 
  padding: 20px;
}

table {
    border-collapse: collapse;
    background-color: #fff;  
    -webkit-box-shadow: 2px 3px 5px 0 rgba(0,0,0,0.15);
    box-shadow: 2px 3px 5px 0 rgba(0,0,0,0.15);
    margin: 10px;
}

header + table {
  width: 100%;
  max-width: 800px;
}

tr:hover {    
    background-color: #E5EFF7;
}

td {    
    padding: 10px;
}

td a {
    text-decoration: none;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 72px;
    padding: 14px 0 0 20px;

    border-bottom: 1px solid #dddddd;

    background-color: #fff;  

    box-sizing: border-box;
}

.masthead:after {
  display: block;
  content: "Developer Zone";
  font-family: "myriad-pro-n3", "myriad-pro", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 72px;
  color: #777;
  float: left;
  margin-left: 20px;
  line-height: 48px;
}

.bean .masthead:after {
    content: "Event Handlers Reference";
}

.fp .masthead:after {
    content: "Transform Parameters Reference";
}

.tg .masthead:after {
    content: "Custom Tags Reference";
}


.tasks .masthead:after {
    content: "Tasks Reference";
}


.mstr-logo {
    display: block;
    float: left;
    width: 250px;
    height: 41px;
    text-indent: -999px;
    background: url(./images/microstrategy_logo.png) no-repeat;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
  .mstr-logo {
    background: url(./images/microstrategy_logo@2x.png) no-repeat;
      background-size: contain;
   }
}


.paramtableheader {
  border-bottom: 1px solid #999;
  font-size: 18px;
  font-weight: 700;
}
