.table table td > div.left_without_padding {
	padding-top:0px !important;
}

.searchAnalyticsKeyword, 
.searchAnalyticsKeyword:hover {
	color: #333;
	text-decoration: none;
}

.brand, .non_brand {
    background: none repeat scroll 0 0 #4A90E2;
    border-radius: 22px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    letter-spacing: 1.11px;
    padding: 2px 7px;
    display:inline-block;
    text-align:center;
    height: 22px;
    width: 22px;
    padding: 5px 3px;
}

.drill_down {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #4A90E2;
    color: #4A90E2;
    padding: 2px 7px;
    border-radius: 12px;
    cursor: pointer;
}

.drill_down:hover {
    color: #FFFFFF;
    background-color: #4A90E2;
}

.other_pages_popup {
	padding: 0!important;
}

.other_pages_popup div#arrow {
    background: none repeat scroll 0 0 #f1f1f1;
    box-shadow: 0 0 6px 1px rgba(50, 50, 50, 0.82);
    content: "";
    display: block;
    height: 14px;
    left: -7px;
    position: absolute;
    top: 11px;
    transform: rotate(-45deg);
    transition: all 0.5s ease-in-out 0s;
    width: 14px;
    z-index: -10;
}

.other_pages_popup > .popupContent {
	background-color: white;
}

.other_pages_popup div.container {
	padding: 20px;
	overflow: auto;
	padding-top: 0;
	padding-top: 10px;
}

.other_pages_popup div.container > div:first-child {
	height: 0;
}

.other_pages_popup .actionsPanel {
	display: none;
}

.other_pages_popup * {
    text-align: left;
}

.other_pages_popup a {
    display: inline-block;
    float: left;
}

.other_pages_popup a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.snippet_container {
	margin-bottom: 15px;
}

.snippet_container > div {
    overflow: hidden;
    margin-bottom: 5px;
}

.snippet_container > div:first-child {
	float: none;
	overflow:hidden;
}

.snippet_container .title {
	font-weight: bold;
	float: left;
	cursor: pointer;
}

.snippet_container .description {
	cursor: pointer;
}

.snippet_container .page_link {
	float: left;
	margin-left: 15px;
}

span.top_page,
a.top_page {
	display: block;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    float: left;
    max-width: calc(100% - 15px);
    width: 100%;
}

span.top_page {
	width: auto;
	color: #333;
	text-decoration: none;
	cursor: default;
}

a.page_link {
	background-image: url("../images/search_console/external_links.svg");
    background-size: 12px 12px;
    background-repeat: no-repeat;
    float:right;
    color: transparent;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

:not(.deeplink) + a.page_link {
	float:left;
	margin-left: 10px;
}

a.other_pages {
	display:inline-block;
	height: 100%;
}

a.other_pages:hover {
	font-weight: bold;
	cursor: pointer;
}

.search_console_keyword {
    border: 1px solid;
    border-radius: 10px 10px 10px 10px;
    display: inline-block;
    height: 20px;
    margin-right: 5px;
    padding: 2px 6px;
    text-align: center;
    width: 20px;
}

