@charset "UTF-8";
/* CSS Document */

body {
  font-size: 16px !important;
  overflow-x: hidden;
}

.top-heads {
  margin: 0 auto;
  max-width: 1160px;
  padding:0 20px;
}

#VSSimple {
  margin-top: -1px !important;
}

#VSSimple .RichText {
  display: inline-block;
  margin-left: 0;
  width: 100%;
}

div#content {
  margin-top: 0;
  width: 100%;
  padding: 0px 0 0 0 !important;
  margin-bottom: 0;
}

.compare {
  display: block;
  top: -65px;
  position: relative;
}
.compare > table > tbody > .tblRowCollapsable.collapsed > td:first-child {
    padding-left: 50px;
    background-position: 20px center;
}

.compare-sm {
  display: none;
}

h1 {
  font-size: 2.75rem;
  line-height:1.2em;
  color: #fff;
  margin-top: 10px;
  font-family: "Segoe UI Light","Segoe UI",Arial,Helvetica,sans-serif;
  margin-bottom: 20px;
}

.main-content {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
}

.r-borders {
  border-right: 1px solid #969696;
}

table .fill {
    background: #ffffff;
}

#Fragment_Content img, .mainContent img {
	border: 0;
}

.fills {
  background-color: #ffffff;
  color: #333333;
  font-size:18px;
  font-weight:bold;
}

.fills a {
  background-color: #ffffff;
  color: #333333;
  font-size:18px;
  font-weight:bold;
}

.fillsl {
  background-color: #ffffff;
  color: #333333;
  font-size:18px;
  font-weight:bold;
}

.fillsl a {
  background-color: #ffffff;
  color: #333333;
  font-size:18px;
  font-weight:bold;
}

.full {
  background-color: rgb(92, 45, 145);
  padding: 25px 0 65px 0;
}

table td {
  border-top: 1px solid #969696;
  border-left: 1px solid #969696;
}

tr.content td:first-child, thead tr th:first-child {
  width: 30%;
  max-width: 300px;
  text-align: left;
}

.grays {
  background-color: rgb(238, 238, 238) !important;
}

table thead a {
}

.borders-top-none {
  border-top: 1px solid #969696;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px !important;
}

table th {
  padding: 0 0 0 !important;
  height: 50px !important;
  font-family: "Segoe UI",Arial,Helvetica,sans-serif !important;
}

.fn {
  margin: 0 20px;
  position:relative;
  top:-50px;
}

.fn ol, .fn ul {
  margin: 0 20px;
}

div#contentnew {
	padding-top:30px;
}


@media screen and (max-width: 640px) {
  h1 {
    font-size: 2em;
    line-height:1.2em;
  }
.compare-sm .head {
    background-color: rgb(92, 45, 145);
    padding: 0 20px 25px 20px;
}


.fn{top:-10px;}
  .full {
    padding-bottom: 5px;
  }

  .compare {
    display: none;
  }

  .compare-sm {
    display: block;
    position:relative;
    
  }
.compare-sm thead {
     display:none;
 }
.ctrls {
    height: 75px;
    background-color: #32145a;
    color:#fff;
}
.ctrl {
    float: left;
    padding-top: 25px;
    font-size: 1.2em;
    margin-top: 20px;
    cursor: pointer;
}


.prev {
    margin-left: 10%;
    width: 15%;
    background-image: url('https://visualstudio.com/en-us/products/dn957932.prev.png?_=201602231514412202');
    background-repeat: no-repeat;
    text-align: center;
    background-position: top center;
}
.next {
    margin-left: 0%;
    width: 15%;
    background-image: url('https://visualstudio.com/en-us/products/dn957932.next.png?_=201602231514412202');
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    
}

.version {
    font-size: 1.5em;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

 table {margin-top:0;}
 table td {
  border: 1px solid #969696;

}
 tr.content td:first-child, thead tr th:first-child {
    width: 50%;
    text-align: left;
}

.compare-sm td {
    width: 50%;

}
tr.rowHead td:first-child{
    font-weight:normal;
}
tr.content td:first-child, thead tr th:first-child {
    padding-left: 20px;
}

}


