/****** START TABLE SPECIFICATIONS ******/
table.ai-specifications  {
    color: #fff;
    margin: 0 auto;
    border:1px solid #cae8f5;
    width: 100%;

}

table.ai-specifications  tr {
    margin: 0px;
    padding: 0px;
    border-top: solid 1px #cae8f5;
}

table.ai-specifications th {
    font-size: 14px;
    color: #2D4058;
    text-align: left;
    padding: 10px ;
    margin:0px;
    vertical-align: baseline;
    display: table-cell;
    background-color: transparent;
    line-height: 20px;
}
table.ai-specifications  td {
    padding: 10px;
    font-weight: normal;
    color: #2D4058;
    margin:0px;
    background-color: transparent;
    line-height: 20px;
    vertical-align: baseline;

}
table.ai-specifications  tbody tr:nth-child(even) {background: #ffffff}
table.ai-specifications  tbody tr:nth-child(odd) {background: #f7fcff}

table.ai-specifications thead tr {
    background-color: #2e425a;
    border-top: none;
    -webkit-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
}
table.ai-specifications thead tr th {
    color: #ffffff;
    font-size: 16px;
}

table.ai-specifications caption {
    display: table-caption;
    background:#2E425A;
    padding:5px;
    font-size:16px;
    font-weight: bold;
    text-align:center;
}
/****** END TABLE SPECIFICATIONS ******/

.margin-top-10 {
    margin-top:10px !important;
}
.margin-bottom-10 {
    margin-bottom:10px !important;
}
.margin-right-10 {
    margin-right:10px !important;
}
.margin-top-15 {
    margin-top:15px !important;
}
.margin-bottom-15 {
    margin-bottom:15px !important;
}
.margin-right-15 {
    margin-right:15px !important;
}


table.pi-table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: separate;
    *border-collapse: collapse;
    /* IE7 and lower */

    border-spacing: 0;
}

table.pi-table caption {
    display: table-caption;
    background:#2E425A;
    padding:5px;
    font-size:16px;
    font-weight: bold;
    text-align:center;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.7);
}
table.pi-table ul.buttons {
    margin:0px;
    padding:0px;
}
table.pi-table ul.buttons li {
    list-style: none;
}
table.pi-table .price {
    font-size:22px;
    font-weight: bold;
}
table.pi-table .rating {
    font-size:25px;
    font-weight: bold;
}
table.pi-table .number {
    font-size:25px;
    font-weight: bold;
}
table.pi-table .price span {
    font-size:14px;
}

table.pi-table p.text-sm {
    font-size:11px;
}


table.pi-table a.dark-color {
    color:#2E425A;
}
table.pi-table a.dark-color:hover {
    color:#00B9F1;
}
table.pi-table .child-row {
}
table.pi-table .child-row .cr-pic {
    width: 100px;
    float:left;
    margin-right: 10px;
}

table.pi-table .child-row .cr-buttons {
    width: 180px;
    float:left;

}
table.pi-table .child-row .cr-information {
    width: 500px;
    float:left;
}
table.pi-table .child-row .cr-price {
    width: 110px;
    height: 70px;
    float:left;
    line-height: 70px;
}
table.pi-table thead tr th {
    background-color: #2e425a;
    color:#fff;
    border:none;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.7);
}
table.pi-table th {
    text-align: center;
}

table.pi-table.white-tbl tr {
    background:#fff;
}
table.pi-table tr,
table.pi-table th,
table.pi-table td {
    border-style: solid;
    border-width: 0;
    border-color: #cae8f5;

}
table.pi-table thead tr th {
    border-bottom-width: 2px;
}
table.pi-table tbody tr td {
    border-bottom-width: 1px;
}
table.pi-table tbody tr:last-child {
    border-bottom-width: 0;
}

table.pi-table.border-bottom {
    border:none;
}
table.pi-table th,
table.pi-table td {
    padding: 9px 20px 10px;
}
table.pi-table i {
    margin-right: 8px;
}
table.pi-table.pi-table-hovered tbody tr {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
table.pi-table.pi-table-complex tr {
    border-bottom-width: 1px;
}
table.pi-table.pi-table-complex thead tr th {
    border-bottom-width: 1px;
}
table.pi-table.pi-table-complex thead:first-child tr:first-child th,
table.pi-table.pi-table-complex thead:first-child tr:first-child td,
table.pi-table.pi-table-complex tbody:first-child tr:first-child td,
table.pi-table.pi-table-complex tfoot:first-child tr:first-child td {
    border-top-width: 1px;
}
table.pi-table.pi-table-complex thead:last-child tr:last-child th,
table.pi-table.pi-table-complex thead:last-child tr:last-child td,
table.pi-table.pi-table-complex tbody:last-child tr:last-child td,
table.pi-table.pi-table-complex tfoot:last-child tr:last-child td {
    border-bottom-width: 1px;
}
table.pi-table.pi-table-complex th,
table.pi-table.pi-table-complex td {
    padding: 9px 20px 10px;
}
table.pi-table.pi-table-complex th:first-child,
table.pi-table.pi-table-complex td:first-child {
    border-left-width: 1px;
}
table.pi-table.pi-table-complex th:last-child,
table.pi-table.pi-table-complex td:last-child {
    border-right-width: 1px;
}
table.pi-table.pi-round {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
table.pi-table.pi-round thead:first-child tr:first-child th:first-child,
table.pi-table.pi-round thead:first-child tr:first-child td:first-child,
table.pi-table.pi-round tbody:first-child tr:first-child td:first-child {
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
}
table.pi-table.pi-round thead:first-child tr:first-child th:last-child,
table.pi-table.pi-round thead:first-child tr:first-child td:last-child,
table.pi-table.pi-round tbody:first-child tr:first-child td:last-child {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}
table.pi-table.pi-round tfoot:last-child tr:last-child td:first-child,
table.pi-table.pi-round tbody:last-child tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
}
table.pi-table.pi-round tfoot:last-child tr:last-child td:last-child,
table.pi-table.pi-round tbody:last-child tr:last-child td:last-child {
    -webkit-border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px 0;
}
table.pi-table.pi-table-all-borders td,
table.pi-table.pi-table-all-borders th {
    border-left-width: 1px;
}
table.pi-table.pi-table-all-borders td:last-child,
table.pi-table.pi-table-all-borders th:last-child {
    border-right-width: 1px;
}
table.pi-table.pi-table-all-borders thead:first-child tr:first-child th,
table.pi-table.pi-table-all-borders thead:first-child tr:first-child td,
table.pi-table.pi-table-all-borders tbody:first-child tr:first-child td,
table.pi-table.pi-table-all-borders tfoot:first-child tr:first-child td {
    border-top-width: 1px;
}
.pi-responsive-table-lg {
    width: 100%;
    margin-bottom: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overlow-scrolling: touch;
}
.pi-responsive-table-lg > table {
    margin-bottom: 0;
}
.pi-responsive-table-lg > table > thead > tr > th,
.pi-responsive-table-lg > table > tbody > tr > th,
.pi-responsive-table-lg > table > tfoot > tr > th,
.pi-responsive-table-lg > table > thead > tr > td,
.pi-responsive-table-lg > table > tbody > tr > td,
.pi-responsive-table-lg > table > tfoot > tr > td {
    white-space: nowrap;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-bold {
    font-weight: bold;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
img.ai-border {
    border: 1px solid #cae8f5;
    padding: 2px;
}

img.ai-thumb {

}


#columnchart_values17281 {
    margin:0px;padding:0px;
}

.box-wrapper h3 {
    background: #2E425A;
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.7);
    border-radius: 5px 5px 0 0;
    padding: 6px 15px;
    font-size: 18px;
}

.game-wrapper {
    float:left;
    margin-right: 5px;

}
.game-wrapper .row {
    border-bottom:2px solid #fff;
}

.game-wrapper .green { 
    background:#f4ffef;
    color:#335a2e;

}

.game-wrapper .red { 
    background:#ffecec;
    color:#d94747;
}
.game-wrapper .yellow { 
    background:#ffffd3;
    color:#f4d754;
}
.game-wrapper .grey { 
    background:#eaeaea;
    color:#8f8f8f;
}
.game-wrapper .row .row-top {
    margin-top:15px;
    text-align: center;
    font-size:16px;
    font-weight: bold;
    text-transform: uppercase;
}
.game-wrapper .row .row-content {
    text-align: center;
    font-size:52px;
    line-height: 46px;
    font-weight: bold;
}
.game-wrapper .row .row-bottom {
    text-align: center;
}





//shortcodes

.compare-shortcode {

}

.compare-shortcode .title {
    background:#2E425A;
    height: 40px; 
    line-height: 40px;
    text-align:center;
    border-radius: 3px 3px 0px 0px;

}

.compare-shortcode .title a{
    color:#fff;
    margin-left:15px;
    margin-right:15px;
    font-size:15px;
}

.compare-shortcode .title a:hover{
    color:#fff;
    text-decoration: underline;
}

.compare-shortcode .title a.active{
    color:#fff;
    text-decoration: underline;
}
.compare-shortcode .content {
    border:1px solid #cae8f5;
    border-top:none;

}

.compare-shortcode .table {
    margin:0px 15px 15px 15px;
}

.column-graph{
    width: 15px;
    height: 15px;
    display:block; 
}

.tested-desktops{

}
.tested-desktops li {
    width: 170px;
    margin-right: 10px;
    float:left;
    list-style-type:none !important;

}
.tested-desktops .pic-thumb {

}
.tested-desktops h4 {
    font-size: 13px;
}
.tested-desktops .buttons {
    margin:0px !important;
    padding:0px !important;
}
.tested-desktops .buttons li {
    list-style: none;
    
}



