/*Cassandra article CSS*/

html { font-size: 100%; } 

body {
    background-color:white;
    font-family: "RobotoRegular", arial, helvetica, clean, sans-serif;
    color: #4b4b4b;
    font-size: 0.95em;
    line-height: 1.1em;
    margin-left: 20px;
    margin-right: 10px;
}

h1.topictitle1 {
    font-family: "RobotoRegular", arial, helvetica, clean, sans-serif;
    height:85px;
    width:980px;
    color:#fff;
    font-size: 19px;
    font-weight: bold;
    background-color:#c3481e;
    margin: 0;
    text-indent: 10px;
    line-height: 62px;
}

h1:after {
    display:inline;
    vertical-align:top;
    float:right;
    content:url('http://docs.datastax.com/en/_images/datastaxlogo-gray-bkg.png');
}

h2.title, h3.title {
    color: #c3481e;
    padding: 0;
    font-size: 1.1em;
}

.authors {
    height:25px;
    width:980px;
    color:#eb6;
    font-size: 15px;
    font-weight: normal;
    background-color:#c3481e;
    margin-top: -25px !important;
    text-indent: 10px;
    line-height: 25px;
}

.authors:after {
    display:block;
    background-color:#f2f2f2;
    content: url('http://docs.datastax.com/en/_images/spacer.png');
}
a.special {
    color:#eb6 !important;
}

.intro{
    max-width: 980px; 
    margin-top: 2em;
}

.first-annot-p{
    margin-top: 28.8px;
}
table {margin-right: 15px;}

/*.tablecap {font-weight: bold;}*/

li {margin-bottom: 6px;}

.ullinks {padding-left:15px;}

a:link {color: #c3481e; text-decoration:underline;}
a:visited {color:#c3481e;}
a:hover {color:#c3481e;}
a:active {color:#c3481e;}

.table {
    margin-top:40px;
    border:0;
}

tr{
    border: 0 !important;
}

td{
    padding:15px;
    border: 0 !important;
}

.table-sec-title2{
    color:#c3481e;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    padding-top: 0px;
    margin-top: -0.4em
}

.annotation{
  margin-top: -0.4em;  
}

.backToTopRef {
    text-align:right;
}

.cellBackground {
    background-color: white;
}
.annotationBackground{
    background-color: #faf6ee;
}
.image{
    border:0;
}
.paper-title{
    margin-top: -0.4em;
    font-size: 18px;
    line-height: 24px;
}
.paper-authors{
    margin-top:-1.1em;
}
