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

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
    line-height: 1.25;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
{
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

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

a {
    color: #6A8AB0;
    cursor: pointer;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration :none;
}

a:hover {
    text-decoration: none;
}

a:hover, a:active, a:focus {
    outline: 0;
}
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,select {
    vertical-align: middle;
}

/* bugfix/JPMMRESEARCH-7275 */
ol[type="1"] > * {
    list-style: block;
}

/*UL LI*/
ul,
ol,
li {
    list-style: none;
}

b {
    font-weight: normal;
}

/** start clear fix **/
.cf:before,
.cf:after,
article:before,
article:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after
,article:after {
    clear: both;
}
/**
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.cf
,article {
    *zoom: 1;
}
/** end clear fix **/
/**Reset end here**/

body {
    color: #716F63;
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 11px;
    padding-bottom:20px;
}

#main {
    width: 960px;
    margin: 0px auto;
    position: relative;
}
/*Headings*/
h1,h2,h3,h4,h1 a {
    color: #54301A;
}

/*Float*/
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-none {
    float: none;
}

/*Clear*/
.clear-both {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.clear-none {
    clear: none;
}

*.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;

    /*
      Introduced in IE 10.
      See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
    */
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.sidenote {
    color: #999;
    margin: 5px 2px 0;
    text-align: right;
}

abbr
,abbr[title]
,dfn[title] {
    border-bottom: 0;
}

.busy {
    cursor: wait !important;
}

.hidden {
    display: none !important;
}

b.non-breaking-word {
    display: inline-block;
    font-weight: inherit;
    word-break: break-all;
    word-wrap: break-word;
}

h1.analyst-name-with-margin {
    margin-left:61px;
}

.small {
    font-size: 50%;
}

.clickable {
    cursor: pointer;
}

.text-center {
    text-align: center;
}

.remove-all-button {
    background: #D75B5B;
    color: white;
    padding: 10px;
    border-radius: 3px;
    margin: 0 auto;
    display: inline-block;
}

button {
    font-size: 100%;
}

sup {
    vertical-align: text-top !important;
    vertical-align: super !important;
    font-size: 75%!important;
}

sub {
    vertical-align: text-bottom !important;
    vertical-align: sub !important;
    font-size: 75%!important;
}


.img {
    display: inline-block;
    overflow: hidden;
}


.circular-mask {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}

.circular-mask img {
    position: absolute;
    top: 0;
    left: -50%;
    margin: 0 auto 0 25%;
}


.circular-mask {
    float: left;
    margin-right: 1em;
}

.circular-mask--large {
    height: 100px;
    width: 100px;
}


.analyst-avatar {
    background-position: 50% 20%;
    background-size: cover;
}

.analyticstable td {
    border-width: 1px;
    border-color: rgb(113,111,99);
    border-style: solid;
    padding: 2px;
}
