* { margin: 0; padding: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }

body {
    font: 36px/1.5 'Open Sans', sans-serif;

    min-height: 740px;

    color: #000;

    -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
    font-family: 'Open Sans', 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
    font-weight: bold;
    padding-bottom: 0.2em;
}

h1 { font-size: 2em; text-align: left; color: #0053A1; margin-top: 30px; margin-left: 50px; font-weight: bold; }
h2 { font-size: 1.5em; color: #0053A1; padding-bottom: 0; text-align: center; padding-top: 20px; }
b { color: #0053A1; }
h3 { font-weight: bold; font-size: 0.7em; text-align: center; color: #aaa; }
h3 b { font-size: 1.1em; }
h3.lone { text-align: center; }
h4 { font-size: 0.6em; margin-bottom: 0.2em; }

ul, ol { margin-left: 100px; padding-left: 1em; padding-top: 0.2em; }
ul li { list-style-type: square; font-size: 1.2em; margin-top: 0.2em; font-weight: 600; }
ul li ul { padding-top: 0; margin-left: 0px; }
ul li ul li { list-style-type: square; padding-left: 0.2em; text-indent: 0; margin-left: 0.5em; font-weight: normal; font-size: 90%; }
ul li ul li:before { content: ""; position: relative; left: 0; }

.step {
    width: 1280px;
    height: 800px;
    margin: 0;
    padding: 0px;
    display: block;

    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    -ms-box-sizing:     border-box;
    -o-box-sizing:      border-box;
    box-sizing:         border-box;

    font-family: 'Open Sans', sans-serif;

    font-size: 1em;
    line-height: 1.5;

    /* fade out index slides */

    -webkit-transition: opacity 1s;
    -moz-transition:    opacity 1s;
    -ms-transition:     opacity 1s;
    -o-transition:      opacity 1s;
    transition:         opacity 1s;
}

.chart_container {
    margin: 0 auto;
}

#title {
    background: url(../images/CERN_logo.png) no-repeat 5% 50%;
    background-size: 27%;
}

#final_slide {
    background: url(../images/CERN_logo.png) no-repeat 50% 50%;
    background-size: 30%;
}

#results_link h1 { text-align: center; margin-top: 20%; color: #333; }
#results_link a { text-decoration: none; text-align: center; color: #0053A1; font-weight: bold; font-size: 2em; }

.first_slide h1 { text-align: right; margin: 0; margin-top: 17%; margin-right: 50px; margin-bottom: 165px; padding: 0; display: block; font-size: 1.5em; }
.first_slide h2 { text-align: right; margin: 0; margin-right: 50px; padding: 0; display: block; font-size: 1em; }
#one_more_thing h1 { color: #333; text-align: center; margin-top: 25%; font-weight: 600; }
#connectors div { text-align: center; }
#sata_express_connector { width: 760px; }
#connectors div { padding-top: 20px; }
#ssds table { margin-top: 40px; }
h2.slide_title { font-size: 1em; }
pre { font-size: 18px; }
#analytics ul li, #bigblock ul li { font-size: 1.1em; }

/* Print styles */
@media print {
    .fallback-message { display: none; }
    @page land { size: landscape; }
    @page { margin: 0; }
    * { -webkit-print-color-adjust: exact; }
    .step { border: 0; opacity: 1 !important; page-break-inside: avoid; page-break-after: always; position: relative !important; -webkit-transform: none !important; height: auto !important; }
    .step img { max-height: 100%; }
    body { height: auto !important; overflow: visible !important; -webkit-print-color-adjust: exact; }
    #presentation { position: relative !important; -webkit-transform-origin: none !important; top: 0 !important; left: 0 !important; -webkit-transform: none !important; }
}

#endurance_intel table, #endurance_samsung table { font-size: 20px; }

table.default {
    color:#333;
    font-size:17px;
    font-weight: 600;
    text-shadow: 1px 1px 0px #fff;
    background:#eaebec;
    margin: 0 auto;
    border:#ccc 1px solid;

    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;

    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}
table.default th {
    padding:0 25px 0 25px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;
    font-size: 20px;

    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table.default th:first-child {
    text-align: left;
    padding-left:20px;
}
table.default tr:first-child th:first-child {
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}
table.default tr:first-child th:last-child {
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}
table.default tr {
    text-align: center;
    padding-left:20px;
}
table.default td:first-child {
    text-align: left;
    padding-left:20px;
    border-left: 0;
}
table.default td {
    padding:8px 10px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;

    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table.default tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table.default tr:last-child td {
    border-bottom:0;
}
table.default tr:last-child td:first-child {
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
table.default tr:last-child td:last-child {
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}
table.default tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}
/* Tables */
table.features-table {
    font-size: 0.6em;
    width: 80%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0;
    text-shadow: 0 1px 0 #fff;
    color: #2a2a2a;
    background: #fafafa;
    background-image: -moz-linear-gradient(top, #fff, #eaeaea, #fff); /* Firefox 3.6 */
    background-image: -webkit-gradient(linear,center bottom,center top,from(#fff),color-stop(0.5, #eaeaea),to(#fff));
    margin-top: 50px;
}

table.features-table tbody td { text-align: center; width: 290px; }

table.features-table tbody tr td, table.features-table thead tr th { padding: 10px; }

table.features-table tbody tr:not(:last-child) td, table.features-table thead tr:not(:last-child) th { border-bottom: 1px solid #cdcdcd; }

table.features-table tbody td:first-child { width: auto; text-align: left; }

table.features-table th:nth-child(n+2), table.features-table td:nth-child(n+2) {
    background: #efefef;
    background: rgba(144, 144, 144, 0.3);
    border-right: 1px solid white;
}

table.features-table th[class=highlight], table.features-table td[class=highlight] {
    background: #5a6470;
    background: rgba(198, 216, 237, 0.5);
}

/*Header*/
table.features-table tr th:nth-child(n+2) {
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top: 1px solid #eaeaea;
}
table .features-table thead th:first-child { border-top: none; }

/*Footer*/
table.features-table tbody tr:last-child td:nth-child(n+2) {
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom: 2px solid #dadada;
}

