html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

[hidden] {
    display: none;
}

.no-appearance {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.no-appearance::-ms-expand {
    display: none;
}

.no-user-select, .no-user-select * {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

a, button {
    display: inline-block;
    cursor: pointer;
    border: none;
}

a, a:hover, a:active, a:link, a:focus, button, button:hover, button:active, button:link, button:focus {
    outline: none !important;
    text-decoration: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

span, i {
    display: inline-block;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    position: relative;
    width: 100%;
    height: 100%;
    font-family: 'open_sansregular', sans-serif;
    font-size: 16px;
    overflow: hidden;
}

.content {
    width: 100%;
    max-width: 762px;
    padding: 16px 16px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.wrap {
    width: 100%;
    height: 100%;
    background: white;
}

.icon-search-holder {
    display: none;
}

.content > * {
    margin-bottom: 33px;
}

.logo {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}

.search-holder {
    position: relative;
    height: 40px;
    font-size: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}

.search-holder > * {
    font-size: 16px;
}

.search-holder input {
    height: 100%;
    border: 1px solid #cfd5d9;
}

.search-holder .input {
    padding: 0px 14px;
    border-right: none;
    width: 100%;
}

.search-holder .input:active, .search-holder .input:focus {
    border: 1px solid #4ea1cc;
    border-right: none;
}

.search-holder .input:active + .submit, .search-holder .input:focus + .submit {
    border: 1px solid #4ea1cc;
    border-left: none;
}

.search-holder .input::-ms-clear {
    display: none;
}

.search-holder .submit {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    border-left: none;
    width: 40px;
    padding: 0;
    background-color: transparent;
    background-image: url("./search.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center center;
}

.search-holder .suggestions {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
    margin-top: 4px;
    background: white;
    padding: 10px 0px;
    display: none;
}

.search-holder .suggestions .suggestion {
    padding: 10px 14px;
    cursor: pointer;
}

.search-holder .suggestions .suggestion:hover, .search-holder .suggestions .suggestion.active {
    background: #e5e5e5;
}

.search-holder .suggestions .suggestion strong {
    font-family: 'robotobold', sans-serif;
}

.widgets {
    margin-bottom: 18px;
}

.widgets ul {
    font-size: 0;
    text-align: center;
}

.widgets ul li {
    display: inline-block;
    margin-right: 12.80px;
    margin-bottom: 12.80px;
}

.widgets ul li:last-child {
    margin-right: 15px;
}

.widgets ul li a {
    width: 80px;
}

.widgets ul li a i {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center center;
}

.widgets ul li a span {
    font-size: 14px;
    display: block;
    text-align: center;
    padding-top: 12px;
}

.chrome * {
    color: #747474;
}

.logo {
    height: 128px;
    margin-bottom: 37px;
    background-image: url("../images/logo.png");
    background-size: 240px 128px;
}

.widgets ul li.prev-aol {
    margin-right: 0px;
}

.widgets ul li a i {
    border-radius: 3px;
    background-color: #cfcfcf;
}

.widgets ul li a:hover i {
    background-color: #4ea1cc;
}

.img-hidden {
    visibility: hidden;
}

.gmail i {
    background-image: url("https://image.flaticon.com/icons/svg/281/281769.svg");
    background-size: 44px 44px;
}

.wikipedia i {
    background-image: url("https://image.flaticon.com/icons/svg/174/174880.svg");
    background-size: 44px 44px;
}

.gamespot i {
    background-image: url("https://www.gamespot.com/favicon.ico");
    background-size: 44px 44px;
}

.radio i {
    background-image: url("https://image.flaticon.com/icons/svg/254/254015.svg");
    background-size: 44px 44px;
}

.games i{
    background-image: url("https://image.flaticon.com/icons/svg/686/686589.svg");
    background-size: 44px 44px;
}

.twitter i {
    background-image: url("https://image.flaticon.com/icons/svg/145/145812.svg");
    background-size: 44px 44px;
}

.youtube i {
    background-image: url("https://image.flaticon.com/icons/svg/1384/1384060.svg");
    background-size: 44px 44px;
}

.facebook i {
    background-image: url("https://image.flaticon.com/icons/svg/174/174848.svg");
    background-size: 44px 44px;
}

.wolframalpha i {
    background-image: url("https://www.flaticon.com/premium-icon/icons/svg/1038/1038860.svg");
    background-size: 44px 44px;
}

.scholar i {
    background-image: url("https://image.flaticon.com/icons/svg/29/29302.svg");
    background-size: 44px 44px;
}

.amazon i {
    background-image: url("https://image.flaticon.com/icons/svg/888/888837.svg");
    background-size: 44px 44px;
}

#more-links {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 100;
    font-size: 12px;
}

#more-links a{
    color: #747474;
    text-decoration: none;
}

#more-links a:hover {
    color: #4ea1cc;
}

#uninstall, #install {
    color: rgb(119, 119, 119);
    font-family: arial;
    font-weight: bold;
    font-size: 16px;
    background-color: white;
    border: 1px solid grey;
    padding: 10px;
    border-radius: 3px;
}
