.btn-group {
    margin-top: 2px;
    width: 300px;
    /* [disabled]margin-left: 10%; */


	
}

.btn {
    /* [disabled]width: 100%; */
    font-size: small;
    border-radius: 40px;
}

.btn-lg {
    height: 44px;
    padding-top: 2px;
}
 .btn-lg-readers {
	width: 100%;
	height: 80px;
	padding-top: 2px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.btn-default {
    background-image: url(../images/bak1.gif);

}

a.dropdown-text-2:hover {
    /* [disabled]background-color: rgba(172,139,11,1.00); */
    border-style: dotted;
    border-color: rgba(224,85,87,1.00);
}

.dropdown-toggle {
    background-image: url(../images/bak1.gif);
    border-radius: 8px;
    border-style: solid;
    border-color: rgba(44,78,116,1.00);
    -webkit-box-shadow: 4px 4px 6px rgba(28,50,74,1.00);
    box-shadow: 4px 4px 6px rgba(28,50,74,1.00);
    margin-top: 1%;
    margin-left: 0px;
    margin-bottom: 4px;
    width: 100%;
    height: auto;
}
.dropdown-toggle-reviewers {
    width: 100%;
    background-image: url(../images/bak1.gif);
    border-radius: 8px;
    border-style: solid;
    border-color: rgba(44,78,116,1.00);
    -webkit-box-shadow: 4px 4px 6px rgba(28,50,74,1.00);
    box-shadow: 4px 4px 6px rgba(28,50,74,1.00);
    margin-top: 1%;
    margin-left: 50px;
    margin-bottom: 4px;
    padding-left: 50
	px
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    border-radius: 8px;
    /* [disabled]margin-left: 4px; */
    /* [disabled]margin-right: 4px; */
    background-color: transparent;
    text-decoration: underline;
}
.dropdown-menu {
    background-image: url(../images/bak1.gif);
    width: 100%;
    -webkit-box-shadow: 4px 4px 6px rgba(34,61,91,1.00);
    box-shadow: 4px 4px 6px rgba(34,61,91,1.00);
    border-radius: 8px;
    margin-top: 4px;
    padding-left: 6px;
    border-color: #000000;
}


.btn-block{}
/* Style to reverse the caret icon from pointing downwards to upwards */


.dropdown-text-1 {
	color: rgba(43,77,115,1.00);
	font-size: 120%;
	font-weight: bold;
	text-shadow: 2px 2px 2px rgba(82,134,192,1.00);
	letter-spacing: 3px;
}
.dropdown-close {
	color: rgba(43,77,115,1.00);
	font-size: 120%;
	font-weight: bold;
	text-shadow: 2px 2px 2px rgba(82,134,192,1.00);
	letter-spacing: 3px;
}
.dropdown-text-2 {
	color: rgba(43,77,115,1.00);
	font-size: 100%;
}
.dropdown-header {
    color: #7A4412;
    font-style: italic;
    font-weight: bolder;
}


.dropdown-text-3 {
	color: rgba(43,77,115,1.00);
	width: 300px;
}
.caret {
  border-width: 8px 8px 8px 8px;
}
.caret.flip {
  transform: rotateX(180deg);
	border-width: 8px 8px 0 8px;
}
