/* 
File Description: Place here your custom CSS styles
*/

.frontcover {
	-ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Safari */
    transform: rotate(7deg);
    box-shadow: 5px 5px 5px;
    color:#000000;
}

/*
    Link for powered by top bar
*/

.poweredby a {
    color: #FFF;
}

.poweredby a:hover {
    color: #d71921;
}

/* list style pdf */
.list-style-pdf { list-style: none; margin: 0; padding: 0;}
.list-style-pdf li { position: relative; padding: 0 0 3px 25px; margin: 0 0 3px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.list-style-pdf li:before { content: "\f1c1"; position: absolute; top: 0; left: 0; font-family: Font Awesome\ 5 Free; color: #c0c0c0; }
.list-style-pdf li:first-child { padding-top: 5px; }
.list-style-pdf li:first-child:before { top: 6px; }
.list-style-pdf li:last-child {border-bottom: 0; margin-bottom: 0;}

.small-text {
    font-size:12px;
}