/******************************************************************
Theme Name: JointsWP - Sass
Theme URI: http://www.jointswp.com
Description: 
Author: Your Name Here
Author URI: http://www.yoururlhere.com
Version: 4.0
License: GNU General Public License & MIT
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Sass
******************************************************************/


#index .doctitle{
    color: #f16025;
    font-size: 16px;
    line-height: 28px;
    cursor: pointer;
}

#index .doctitle:hover{
    text-decoration: underline;
}

#index .doctitle.active{
    font-weight: bold;
    margin-left: 10px;
}

#result .doctitle{
    font-size: 28px;
    font-weight: bold;
    color: #4173b9;
    margin-bottom: 25px;
    text-align: center;
}

#result h1{
	font-size: 24px;
    font-weight: bold;
    color: #f15f25;
}

#result h2{
	font-size: 22px !important;
    font-weight: bold;
    color: #f15f25;
}

#pdflink a{
	background: #bb0000;
    padding: 5px 10px;
    margin-bottom: 20px;
    display: inline-block;
    color: #fff !important;
}

#pdflink{
	text-align: right;
}

#pdflink a:hover{
	background: #e83d3d;
	text-decoration: none !important;
}

