﻿/* root element for tabs  */
ul.ege-tabs {
    margin: 0 !important;
    padding: 0;
    height: 2.225em;
    border-bottom: 1px solid #ccc;
}

/* single tab */
ul.ege-tabs li {
    float: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

/* link inside the tab. uses a background image */
ul.ege-tabs a {
    float: left;
    font-size: 1em;
    display: block;
    padding: 5px 1em;
    text-decoration: none;
    border: 1px solid #ccc;
    border-bottom: 0px;
    /*background-color:#eee;*/
    font-weight: bold;
    /*color:#111;*/
    margin-right: 2px;
    position: relative;
    top: 1px;
    outline: 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

ul.ege-tabs a:hover {
    background-color: #f7f7f7;
    color: #000;
}

/* selected tab */
ul.ege-tabs a.current {
    background-color: #369;
    font-weight: bold;
    /*border-bottom: 1px solid #369;*/
    color: #fff;
    cursor: default;
}

/* tab pane */
.ege-panes div {
    display: none;
    border: 1px solid #ccc;
    border-width: 0px;
    min-height: 150px;
    padding: 0px 0px;
    background-color: #fff;
}

.ege-panes {
    min-height: 510px;
    /*width: 510px;*/
    position: relative;
    overflow: hidden;
    clear: both;
    background-color: transparent;
}

/* override single pane */
.ege-panes div {
    float: left;
    display: block;
    width: 510px;
    font-size: 1em;
    background-color: transparent;
}

/* our additional wrapper element for the items */
.ege-panes .items {
    width: 20000em;
    position: absolute;
    clear: both;
    margin: 0;
    padding:5px  0px;
    border: 0;
}

.ege-panes .less, .ege-panes .less a {
    color: #999 !important;
    font-size: 0.9em;
}

.ege-panes .items div {
    background-color: #fff;
}

.ege-panes .items div div {
    border: 0 !important;
}

/*--------------------------------------------- reviews tabs2*/

/* root element for tabs  */
ul.tabs-olymp {
    margin: 0 !important;
    padding: 0;
    height: 2.225em;
    border-bottom: 1px solid #ccc;
}

/* single tab */
ul.tabs-olymp li {
    float: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

/* link inside the tab. uses a background image */
ul.tabs-olymp a {
    float: left;
    font-size: 1em;
    font-weight: bold;
    display: block;
    padding: 5px 1em;
    text-decoration: none;
    border: 1px solid #ccc;
    border-bottom: 0px;
    /*background-color:#efefef;*/
    /*color: #111;*/
    margin-right: 2px;
    position: relative;
    top: 1px;
    outline: 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

ul.tabs-olymp a:hover {
    background-color: #F7F7F7;
    color: #333;
}

/* selected tab */
ul.tabs-olymp a.current {
    background-color: #369;
    font-weight: bold;
    /*border-bottom: 1px solid #369;*/
    color: #fff;
    cursor: default;
}

/* tab pane */
.panes2 div {

    /*    border:1px solid #666;
        border-width:0 1px 1px 1px;*/
    min-height: 10px;
    /*    padding:15px 20px;
        background-color:#ddd;*/
}

/***************************** TABS 3 ************************************/

/* root element for tabs  */
ul.tabs3 {
    margin: 0 !important;
    padding: 0;
    height: 2.225em;
    border-bottom: 1px solid #ccc;
}

/* single tab */
ul.tabs3 li {
    float: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

/* link inside the tab. uses a background image */
ul.tabs3 a {
    float: left;
    font-size: 1em;
    font-weight: bold;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #ccc;
    border-bottom: 0px;
    /*background-color:#efefef;*/
    /*color: #111;*/
    margin-right: 2px;
    position: relative;
    top: 1px;
    outline: 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

ul.tabs3 a:hover {
    background-color: #F7F7F7;
    color: #333;
}

/* selected tab */
ul.tabs3 a.current {
    background-color: #369;
    font-weight: bold;
    /*border-bottom: 1px solid #369;*/
    color: #fff;
    cursor: default;
}

/* tab pane */
.panes3 div {
    /*    border:1px solid #666;
        border-width:0 1px 1px 1px;*/
    min-height: 10px;
    /*    padding:15px 20px;
        background-color:#ddd;*/
}

/****************************************************************************************/
/********************** TABS1  **********************************************************/

/* root element for tabs  */
ul.tabs1 {
    margin: 0 !important;
    padding: 0;
    height: 2.225em;
    border-bottom: 1px solid #ccc;
}

/* single tab */
ul.tabs1 li {
    float: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

/* link inside the tab. uses a background image */
ul.tabs1 a {
    float: left;
    font-size: 1em;
    font-weight: bold;
    display: block;
    padding: 5px 1em;
    text-decoration: none;
    border: 1px solid #ccc;
    border-bottom: 0px;
    /*background-color: #efefef;*/
    /*color: #111;*/
    margin-right: 2px;
    position: relative;
    top: 1px;
    outline: 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;

}

ul.tabs1 a:hover {
    background-color: #F7F7F7;
    color: #333;
}

/* selected tab */
ul.tabs1 a.current {
    background-color: #369;
    font-weight: bold;
    /*border-bottom: 1px solid #369;*/
    color: #fff;
    cursor: default;
}

/* tab pane */
.panes1 div {

    min-height: 10px;
}


/*
playback timings (ms):
  LoadShardBlock: 76.662 (3)
  esindex: 0.009
  captures_list: 130.957
  CDXLines.iter: 14.088 (3)
  PetaboxLoader3.datanode: 147.138 (5)
  exclusion.robots.fetch: 34.713 (4)
  exclusion.robots: 35.386
  exclusion.robots.policy: 0.324
  RedisCDXSource: 1.715
  PetaboxLoader3.resolve: 731.77 (2)
  load_resource: 911.161
*/