.menubutton {
    display:inline-block;
    border-width: 0px;
    border-style: solid;
    border-radius: 10px;
    padding: 10px;
    background-color: lightblue;
    cursor: pointer;
}

.menubutton2 {
    display:inline-block;
    border-width: 0px;
    border-style: solid;
    border-radius: 10px;
    padding: 10px;
    background-color: lightblue;
    cursor: pointer;
}



.comparetable table {
    border-collapse: collapse;
    font-size: 80%;
}


.comparetable table th.skew {
    height: 200px;
    width: 30px;
    position: relative;
    vertical-align: bottom;
    font-weight:bold;
    padding:0px;
    margin: 0px;
}
 
.comparetable th.nameheader{
    background-color:white;
    padding:0px;
    margin: 0px;
}

.comparetable table th.price {
    height: 200px;
    width: 60px;
    position: relative;
    vertical-align: bottom;
    font-weight:bold;
    background-color:white;
    padding:0px;
    margin: 0px;
}

.comparetable table th.skew > div {
    position: relative;
    top: 0px;
    left: 99px;
    height: 100%;
    transform:skew(-45deg,0deg);
    -ms-transform:skew(-45deg,0deg);
    -moz-transform:skew(-45deg,0deg);
    -webkit-transform:skew(-45deg,0deg);
    -o-transform:skew(-45deg,0deg);    
    overflow: hidden;
}
 
.comparetable table th.skew span {
    transform:skew(45deg,0deg) rotate(315deg);
    -ms-transform:skew(45deg,0deg) rotate(315deg);
    -moz-transform:skew(45deg,0deg) rotate(315deg);
    -webkit-transform:skew(45deg,0deg) rotate(315deg);
    -o-transform:skew(45deg,0deg) rotate(315deg);        
    position: absolute;
    bottom: 15px;
    left: 1px;
    display: inline-block;
    width: 100%;
    text-align: left;
    white-space: nowrap;
}
 
.comparetable table td {
    width: 30px;
    height: 35px;
    text-align: center;
    vertical-align: middle;


}

.comparetable table tr.summaryrow {
    border-bottom: none;
    margin: none;
    cursor: pointer;
    border-top: 1px solid gray;
    border-left:1px solid gray;
    border-right:1px solid gray;
} 

.comparetable table td.detailsrow {
    height: 0px;
    padding:0px;
    margin: 0px;
    border-left:1px solid gray;
    border-right:1px solid gray;
    border-bottom:1px solid gray;
}

.comparetable table div.details {
}

.comparetable table div.subdetails{
    width:32%;
    display:inline-block;
    vertical-align:middle;
    text-align:left;
}
 
.comparetable table td.name {
    width: auto;
    text-align: right;
    font-weight: bold;
    padding-right: 8px;
}
 
.comparetable table .odd {
    background-color: lightblue;
}

.comparetable table .even {
    background-color: white;

}

.comparetable img.tickcross {
    width:20px;
}