.project .logo img {
    background: #fff;
    border-radius: 0px;
    width: 120px;
    height: auto;
}
pre , .article code  {
    background: transparent;
}
.article code  {
	padding: 0px 10px;
	overflow: hidden;
    width: fit-content;
}

.palette-primary-docomo .article h2 {
    margin: 40px -24px 0;
    padding: 30px 24px 20px;
    text-transform: uppercase;
    font-size:22px;
}

.palette-primary-docomo .article h1 {
    font-size:40px;
    border-bottom: none;
    margin: 20px -24px 0;
    padding: 20px 24px;
}

.palette-primary-docomo .article table th {
    text-shadow: 0px 0px 1px rgba(255,255,255,.3);
} 

.badge{
	display: inline-block;
    padding: .25em .4em;
    font-weight: 700;
    line-height: 1;
    float:right;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    margin:2px;
}

.article .wrapper {
    padding: 68px 24px 92px !important;
}

.badge-pill {
	padding-right: .6em;
    padding-left: .6em;
    border-radius: 3px;
}

@media only screen and (min-width: 720px) {
	.article .wrapper {
    	padding: 70px 24px 96px;
	}
}
@media only screen and (min-width: 1200px) {
	.drawer .scrollable .wrapper hr {
	    width: auto;
	}	
}
@media only screen and (min-width: 960px){
	.copyright {
		margin-bottom: 20px;
	}
}

.copyright {
    margin: 20px auto 20px;
}

.article .data  {
    text-align: left !important;
    margin-top: 0px;
}

pre {
    max-height: 360px;
    position: relative;
}

pre .btn {
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    padding: 2px 6px;
    position: absolute;
    right: 8px;
    top: 10px;
}

.btn {
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-color: #eee;
    background-image: linear-gradient(#fcfcfc,#eee);
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
}

.Ct:hover .copyCnt {
    opacity: 1;
}

.btn:focus:hover {
    border-color: #3db4ef;
}

.clippy {
    margin-top: -3px;
    position: relative;
    top: 3px;
}

@media screen and (max-width: 768px) {
    pre .btn {
        opacity:1;
    }
}


.tooltipped:after {
    position: absolute;
    z-index: 10001;
    display: none;
    padding: 5px 8px;
    font: normal normal 11px/1.5 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: break-word;
    white-space: pre;
    pointer-events: none;
    content: attr(aria-label);
    background: rgba(0,0,0,0.8);
    border-radius: 3px;
    -webkit-font-smoothing: subpixel-antialiased
}

.tooltipped:before {
    position: absolute;
    z-index: 10002;
    display: none;
    width: 0;
    height: 0;
    color: rgba(0,0,0,0.8);
    pointer-events: none;
    content: "";
    border: 5px solid transparent
}

.tooltipped:hover:before,.tooltipped:hover:after,.tooltipped:active:before,.tooltipped:active:after,.tooltipped:focus:before,.tooltipped:focus:after {
    display: inline-block;
    text-decoration: none
}

.tooltipped-multiline:hover:after,.tooltipped-multiline:active:after,.tooltipped-multiline:focus:after {
    display: table-cell
}

.tooltipped-s:after,.tooltipped-se:after,.tooltipped-sw:after {
    top: 100%;
    right: 50%;
    margin-top: 5px
}

.tooltipped-s:before,.tooltipped-se:before,.tooltipped-sw:before {
    top: auto;
    right: 50%;
    bottom: -5px;
    margin-right: -5px;
    border-bottom-color: rgba(0,0,0,0.8)
}

.tooltipped-se:after {
    right: auto;
    left: 50%;
    margin-left: -15px
}

.tooltipped-sw:after {
    margin-right: -15px
}

.tooltipped-n:after,.tooltipped-ne:after,.tooltipped-nw:after {
    right: 50%;
    bottom: 100%;
    margin-bottom: 5px
}

.tooltipped-n:before,.tooltipped-ne:before,.tooltipped-nw:before {
    top: -5px;
    right: 50%;
    bottom: auto;
    margin-right: -5px;
    border-top-color: rgba(0,0,0,0.8)
}

.tooltipped-ne:after {
    right: auto;
    left: 50%;
    margin-left: -15px
}

.tooltipped-nw:after {
    margin-right: -15px
}

.tooltipped-s:after,.tooltipped-n:after {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.tooltipped-w:after {
    right: 100%;
    bottom: 50%;
    margin-right: 5px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.tooltipped-w:before {
    top: 50%;
    bottom: 50%;
    left: -5px;
    margin-top: -5px;
    border-left-color: rgba(0,0,0,0.8)
}

.tooltipped-e:after {
    bottom: 50%;
    left: 100%;
    margin-left: 5px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.tooltipped-e:before {
    top: 50%;
    right: -5px;
    bottom: 50%;
    margin-top: -5px;
    border-right-color: rgba(0,0,0,0.8)
}

.tooltipped-multiline:after {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 250px;
    word-break: break-word;
    word-wrap: normal;
    white-space: pre-line;
    border-collapse: separate
}

.tooltipped-multiline.tooltipped-s:after,.tooltipped-multiline.tooltipped-n:after {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltipped-multiline.tooltipped-w:after,.tooltipped-multiline.tooltipped-e:after {
    right: 100%
}

@media screen and (min-width: 0\0) {
    .tooltipped-multiline:after {
        width:250px
    }
}

.tooltipped-sticky:before,.tooltipped-sticky:after {
    display: inline-block
}

.tooltipped-sticky.tooltipped-multiline:after {
    display: table-cell
}

.trans {
    transition: 0.4s ease-in;
    transform: rotateY(180deg);
    -webkit-transform: translateY(180deg);
    -moz-transform: translateX(180deg);
    -o-transform: translateX(180deg);
    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}

code {
    transform: rotateY(0deg);
    transition: 0.4s ease-in;
    -webkit-transform: translateY(0deg);
    -moz-transform: translateX(0deg);
    -o-transform: translateX(0deg);
    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}

.overlayCode {
    width: 938px;
    height: 360px;
    background-color: rgba(0,0,0,3);
    position: absolute;
    margin: -24px;
    transform: background-color(180deg);
}

.data {
    margin-bottom: 0px !important;
}

.gauge {
    width: 150px;
    height: 150px;
    display: inline-block;
    padding: 3px;
}
.heap {
    width: fit-content;
    height: 120px;
    display: inline-block;
}

.fifty{
    display: inline-block;
    width: 50%;
    text-align: center;
        float: left;
}


svg.line-graph text {
    cursor: default;
}

svg.line-graph .hover-line {
    stroke: #6E7B8B;
}

svg.line-graph .hide {
    opacity: 0;
}
                
svg.line-graph .axis {
  shape-rendering: crispEdges;
}

svg.line-graph .x.axis line {
  stroke: #D3D3D3;
}

svg.line-graph .x.axis .minor {
  stroke-opacity: .5;
}

svg.line-graph .x.axis path {
  display: none;
}
            
svg.line-graph .x.axis text {
    font-size: 10px;
}

svg.line-graph .y.axis line, .y.axis path {
  fill: none;
  stroke: #000;
}
            
svg.line-graph .y.axis text {
    font-size: 12px;
}

svg.line-graph .scale-button:not(.selected):hover {
    text-decoration: underline;
    cursor: pointer !important;
}

svg.line-graph .date-label {
    fill: #6E7B8B;
}

.header {
    z-index: 10002;
}

pre .copy-to-clipboard {
    position: absolute;
    right: 4px;
    top: 4px;
    background-color: #4d5257;
    color: #ccc;
    border-radius: 2px;
}

code + .copy-to-clipboard {
    margin-left: -1px;
    border-left: 0 !important;
    font-size: inherit !important;
    vertical-align: middle;
    height: 21px;
    top: 0;
}

.copyCnt {
    position: relative;
    opacity: 0;
}
.copy {
    position: absolute;
    top: 10px;
    right: 2px;
    z-index: 10001;
    padding: 3px 8px;
}

.data input[type="text"], .data select {
    font-size: 12px;
    padding: 2px 4px;
    /* line-height: 15px; */
    height: 23px;
    min-width: 240px;
    border-radius: 0px;
    border-color: #ccc;
     -webkit-appearance: none;
     -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

.chartTitle {
    font-style: italic;
    font-weight: 400;
    text-align: center;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.chartMainTitle {
    font-size: 14px;
    font-weight: 700;
    display: block;
}

.aGraph {
    margin: 0 0 30px 0;
    background-color: #f0f0f0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
}

.fullWidthChart{
    margin: 1.5em -24px 0;
}

