﻿body {
font-family:Arial, "Helvetica", sans-serif;
font-size:medium;
}

.full {
width:100%;
}

.logo {
background:#777;
display:block;
color:#fff;
font-weight:700;
text-decoration:none;
padding:6px;
margin-bottom:6px;
}

.question-summary {
border-bottom-color:#999;
border-bottom-width:2px;
border-bottom-style:dotted;
width:100%;
padding:5px 0;
}

.post-tag {
background-color:#e0eaf1;
bottom:239px;
color:#3e6d8e;
cursor:pointer;
font-family:Arial;
font-size:11px;
height:0;
left:266px;
line-height:24.2px;
text-align:left;
text-decoration:none;
vertical-align:baseline;
border-color:#3e6d8e #7f9fb6 #3e6d8e #3e6d8e;
border-style:none solid solid none;
border-width:0 1px 1px 0;
margin:2px 2px 2px 0;
padding:3px 4px;
}

.post-tag:hover {
background-color:#3e6d8e;
color:#e0eaf1;
border-bottom-color:#37607d;
border-bottom-width:1px;
border-bottom-style:solid;
border-right-color:#37607d;
border-right-width:1px;
border-right-style:solid;
}

a:hover {
text-decoration:underline;
}

.question-hyperlink {
font-weight:700;
}

a {
color:#07c;
text-decoration:none;
}

.page-numbers {
color:#808185;
font-size:130%;
margin-right:3px;
border-color:#ccc;
border-style:solid;
border-width:1px;
padding:4px 4px 3px;
}

.center {
text-align:center;
}

.accepted-answer { 
background-color: #e2fce2;
border-bottom-color: #9bd59b;
}
pre,code { 
margin-bottom: 10px;
background-color: #f5f5f5;

}
b, strong { 
font-weight: 700;
}